Home
last modified time | relevance | path

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

/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDtcache.h140 void tcache_cleanup(tsd_t *tsd);
179 tcache_cleanup(tsd); in tcache_flush()
214 tcache_cleanup(tsd); in tcache_enabled_set()
HDprivate_namespace.h440 #define tcache_cleanup JEMALLOC_N(tcache_cleanup) macro
/NextBSD/contrib/jemalloc/src/
HDtcache.c386 tcache_cleanup(tsd_t *tsd) in tcache_cleanup() function