Searched refs:tcache_bin_flush_large (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | tcache_externs.h | 34 void tcache_bin_flush_large(tsd_t *tsd, cache_bin_t *tbin, szind_t binind,
|
H A D | tcache_inlines.h | 205 tcache_bin_flush_large(tsd, bin, binind, in tcache_dalloc_large()
|
/freebsd/contrib/jemalloc/src/ |
H A D | tcache.c | 68 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard() 230 tcache_bin_flush_large(tsd_t *tsd, cache_bin_t *tbin, szind_t binind, in tcache_bin_flush_large() function 525 tcache_bin_flush_large(tsd, tbin, i, 0, tcache); in tcache_flush_cache()
|
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/ |
H A D | private_namespace.h | 372 #define tcache_bin_flush_large JEMALLOC_N(tcache_bin_flush_large) macro
|