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