Searched refs:tcache_bin_flush_small (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | tcache_externs.h | 32 void tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin,
|
H A D | tcache_inlines.h | 179 tcache_bin_flush_small(tsd, tcache, bin, binind, in tcache_dalloc_small()
|
/freebsd/contrib/jemalloc/src/ |
H A D | tcache.c | 55 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 D | private_namespace.h | 373 #define tcache_bin_flush_small JEMALLOC_N(tcache_bin_flush_small) macro
|