Searched refs:SIZE_INV (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Darena.h1191 #define SIZE_INV(s) (((ZU(1) << SIZE_INV_SHIFT) / (s)) + 1) macro
1193 SIZE_INV(3),
1194 SIZE_INV(4), SIZE_INV(5), SIZE_INV(6), SIZE_INV(7),
1195 SIZE_INV(8), SIZE_INV(9), SIZE_INV(10), SIZE_INV(1
1209 #undef SIZE_INV macro
[all...]

Completed in 65 milliseconds