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

/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Ddecay.c219 size_t tcache_max; local
222 assert_d_eq(mallctl("arenas.tcache_max", (void *)&tcache_max,
224 large = nallocx(tcache_max + 1, flags);

Completed in 28 milliseconds