Lines Matching refs:arena_ind
18 test_extent_body(unsigned arena_ind) { in test_extent_body() argument
26 flags = MALLOCX_ARENA(arena_ind) | MALLOCX_TCACHE_NONE; in test_extent_body()
41 purge_mib[1] = (size_t)arena_ind; in test_extent_body()
56 0, "Unexpected arena.%u.purge error", arena_ind); in test_extent_body()
79 0, "Unexpected arena.%u.purge error", arena_ind); in test_extent_body()
140 unsigned arena_ind; in test_manual_hook_body() local
149 assert_d_eq(mallctl("arenas.create", (void *)&arena_ind, &sz, NULL, 0), in test_manual_hook_body()
156 hooks_mib[1] = (size_t)arena_ind; in test_manual_hook_body()
181 test_extent_body(arena_ind); in test_manual_hook_body()
226 unsigned arena_ind; in TEST_BEGIN() local
235 assert_d_eq(mallctl("arenas.create", (void *)&arena_ind, &sz, in TEST_BEGIN()
239 test_extent_body(arena_ind); in TEST_BEGIN()