Home
last modified time | relevance | path

Searched refs:tcache_large_bin_get (Results 1 – 3 of 3) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dtcache_inlines.h113 bin = tcache_large_bin_get(tcache, binind); in tcache_alloc_large()
205 bin = tcache_large_bin_get(tcache, binind); in tcache_dalloc_large()
Djemalloc_internal_inlines_a.h116 tcache_large_bin_get(tcache_t *tcache, szind_t binind) { in tcache_large_bin_get() function
/external/jemalloc_new/src/
Dtcache.c51 tbin = tcache_large_bin_get(tcache, binind); in tcache_event_hard()
396 tcache_large_bin_get(tcache, i)->avail = in tcache_init()
486 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); in tcache_flush_cache()
564 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); in tcache_stats_merge()