Home
last modified time | relevance | path

Searched refs:tcache_bin_flush_small (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h32 void tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin,
H A Dtcache_inlines.h179 tcache_bin_flush_small(tsd, tcache, bin, binind, in tcache_dalloc_small()
/freebsd/contrib/jemalloc/src/
H A Dtcache.c55 tcache_bin_flush_small(tsd, tcache, tbin, binind, in tcache_event_hard()
134 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin, in tcache_bin_flush_small() function
517 tcache_bin_flush_small(tsd, tcache, tbin, i, 0); in tcache_flush_cache()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h373 #define tcache_bin_flush_small JEMALLOC_N(tcache_bin_flush_small) macro