Searched refs:tcache_bin_flush_large (Results 1 – 10 of 10) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | tcache_externs.h | 36 void tcache_bin_flush_large(tsd_t *tsd, cache_bin_t *tbin, szind_t binind,
|
D | tcache_inlines.h | 208 tcache_bin_flush_large(tsd, bin, binind, in tcache_dalloc_large()
|
D | private_namespace_jet.h | 346 #define tcache_bin_flush_large JEMALLOC_N(tcache_bin_flush_large) macro
|
D | private_namespace.h | 339 #define tcache_bin_flush_large JEMALLOC_N(tcache_bin_flush_large) macro
|
/external/jemalloc/src/ |
D | tcache.c | 52 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard() 174 tcache_bin_flush_large(tsd_t *tsd, tcache_bin_t *tbin, szind_t binind, in tcache_bin_flush_large() function 383 tcache_bin_flush_large(tsd, tbin, i, 0, tcache); in tcache_destroy()
|
/external/jemalloc/include/jemalloc/internal/ |
D | tcache.h | 151 void tcache_bin_flush_large(tsd_t *tsd, tcache_bin_t *tbin, szind_t binind, 461 tcache_bin_flush_large(tsd, tbin, binind, in tcache_dalloc_large()
|
D | private_symbols.txt | 515 tcache_bin_flush_large
|
D | private_namespace.h | 515 #define tcache_bin_flush_large JEMALLOC_N(tcache_bin_flush_large) macro
|
D | private_unnamespace.h | 515 #undef tcache_bin_flush_large
|
/external/jemalloc_new/src/ |
D | tcache.c | 71 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard() 197 tcache_bin_flush_large(tsd_t *tsd, cache_bin_t *tbin, szind_t binind, in tcache_bin_flush_large() function 487 tcache_bin_flush_large(tsd, tbin, i, 0, tcache); in tcache_flush_cache()
|