Searched refs:tcache_small_bin_get (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc_new/src/ |
D | tcache.c | 49 tbin = tcache_small_bin_get(tcache, binind); in tcache_event_hard() 391 tcache_small_bin_get(tcache, i)->avail = in tcache_init() 406 assert(tcache_small_bin_get(tcache, 0)->avail == NULL); in tsd_tcache_data_init() 476 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); in tcache_flush_cache() 517 (void *)((uintptr_t)tcache_small_bin_get(tcache, 0)->avail - in tcache_destroy() 533 assert(tcache_small_bin_get(tcache, 0)->avail == NULL); in tcache_cleanup() 538 assert(tcache_small_bin_get(tcache, 0)->avail != NULL); in tcache_cleanup() 542 tcache_small_bin_get(tcache, 0)->avail = NULL; in tcache_cleanup() 556 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); in tcache_stats_merge()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | jemalloc_internal_inlines_a.h | 110 tcache_small_bin_get(tcache_t *tcache, szind_t binind) { in tcache_small_bin_get() function 131 tcache_small_bin_get(tsd_tcachep_get(tsd), 0)->avail != in tcache_available()
|
D | tcache_inlines.h | 50 bin = tcache_small_bin_get(tcache, binind); in tcache_alloc_small() 179 bin = tcache_small_bin_get(tcache, binind); in tcache_dalloc_small()
|