Searched refs:tcache_bin_flush_small (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc/src/ |
D | tcache.c | 39 tcache_bin_flush_small(tbin, binind, tbin->ncached - in tcache_event_hard() 82 tcache_bin_flush_small(tcache_bin_t *tbin, size_t binind, unsigned rem, in tcache_bin_flush_small() function 365 tcache_bin_flush_small(tbin, i, 0, tcache); in tcache_destroy()
|
/external/jemalloc/include/jemalloc/internal/ |
D | tcache.h | 107 void tcache_bin_flush_small(tcache_bin_t *tbin, size_t binind, unsigned rem, 366 tcache_bin_flush_small(tbin, binind, (tbin_info->ncached_max >> in tcache_dalloc_small()
|
D | private_symbols.txt | 375 tcache_bin_flush_small
|
D | private_namespace.h | 375 #define tcache_bin_flush_small JEMALLOC_N(tcache_bin_flush_small) macro
|
D | private_unnamespace.h | 375 #undef tcache_bin_flush_small
|