Searched refs:tcache_bin_flush_large (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h34 void tcache_bin_flush_large(tsd_t *tsd, cache_bin_t *tbin, szind_t binind,
H A Dtcache_inlines.h205 tcache_bin_flush_large(tsd, bin, binind,
H A Dprivate_namespace.h372 #define tcache_bin_flush_large JEMALLOC_N(tcache_bin_flush_large) macro
/freebsd-13-stable/contrib/jemalloc/src/
H A Dtcache.c68 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached
230 tcache_bin_flush_large(tsd_t *tsd, cache_bin_t *tbin, szind_t binind, function
525 tcache_bin_flush_large(tsd, tbin, i, 0, tcache);

Completed in 111 milliseconds