Searched refs:tcache_bin_flush_small (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | tcache_externs.h | 34 void tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin,
|
D | tcache_inlines.h | 182 tcache_bin_flush_small(tsd, tcache, bin, binind, in tcache_dalloc_small()
|
D | private_namespace_jet.h | 347 #define tcache_bin_flush_small JEMALLOC_N(tcache_bin_flush_small) macro
|
D | private_namespace.h | 340 #define tcache_bin_flush_small JEMALLOC_N(tcache_bin_flush_small) macro
|
/external/jemalloc_new/src/ |
D | tcache.c | 58 tcache_bin_flush_small(tsd, tcache, tbin, binind, in tcache_event_hard() 108 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin, in tcache_bin_flush_small() function 477 tcache_bin_flush_small(tsd, tcache, tbin, i, 0); in tcache_flush_cache()
|