Home
last modified time | relevance | path

Searched refs:sizeofWord (Results 1 – 1 of 1) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/fjl/memsize/
H A Dmemsize_test.go13 sizeofWord = unsafe.Sizeof(uintptr(0)) const
66 want: 2 * sizeofWord,
71 want: 2 * 2 * sizeofWord,
80 want: 2 * sizeofWord,
89 want: 6*sizeofWord /* structmultiptr */ + 2*2*sizeofWord, /* structptr */
106 …want: 6*sizeofWord /* structmultiptr */ + 2*2*sizeofWord /* structptr */ + 2*sizeofWord, /* struct…
116 want: sizeofWord + sizeofSlice + 3*4,
140 want: sizeofWord,
155 want: sizeofSlice + 3*sizeofWord + 3*16,
184 want: sizeofWord + 8,
[all …]