Searched refs:avail_array (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc_new/src/ |
D | tcache.c | 411 void *avail_array = ipallocztm(tsd_tsdn(tsd), size, CACHELINE, true, in tsd_tcache_data_init() local 413 if (avail_array == NULL) { in tsd_tcache_data_init() 417 tcache_init(tsd, tcache, avail_array); in tsd_tcache_data_init() 516 void *avail_array = in tcache_destroy() local 519 idalloctm(tsd_tsdn(tsd), avail_array, NULL, NULL, true, true); in tcache_destroy()
|