Searched refs:SIZE_INV (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | arena.h | 1202 #define SIZE_INV(s) (((ZU(1) << SIZE_INV_SHIFT) / (s)) + 1) in arena_run_regind() macro 1204 SIZE_INV(3), in arena_run_regind() 1205 SIZE_INV(4), SIZE_INV(5), SIZE_INV(6), SIZE_INV(7), in arena_run_regind() 1206 SIZE_INV(8), SIZE_INV(9), SIZE_INV(10), SIZE_INV(11), in arena_run_regind() 1207 SIZE_INV(12), SIZE_INV(13), SIZE_INV(14), SIZE_INV(15), in arena_run_regind() 1208 SIZE_INV(16), SIZE_INV(17), SIZE_INV(18), SIZE_INV(19), in arena_run_regind() 1209 SIZE_INV(20), SIZE_INV(21), SIZE_INV(22), SIZE_INV(23), in arena_run_regind() 1210 SIZE_INV(24), SIZE_INV(25), SIZE_INV(26), SIZE_INV(27), in arena_run_regind() 1211 SIZE_INV(28), SIZE_INV(29), SIZE_INV(30), SIZE_INV(31) in arena_run_regind() 1220 #undef SIZE_INV in arena_run_regind()
|