Home
last modified time | relevance | path

Searched refs:tcache_flush (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDtcache.h154 void tcache_flush(void);
172 tcache_flush(void) in tcache_flush() function
HDprivate_namespace.h449 #define tcache_flush JEMALLOC_N(tcache_flush) macro
/NextBSD/contrib/jemalloc/src/
HDctl.c115 CTL_PROTO(tcache_flush)
285 {NAME("flush"), CTL(tcache_flush)},
1385 tcache_flush(); in thread_tcache_flush_ctl()