Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h39 void tcache_cleanup(tsd_t *tsd);
H A Dtcache_inlines.h23 tcache_cleanup(tsd); in tcache_enabled_set()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h376 #define tcache_cleanup JEMALLOC_N(tcache_cleanup) macro
/freebsd/contrib/jemalloc/src/
H A Dtsd.c368 tcache_cleanup(tsd); in tsd_do_data_cleanup()
H A Dtcache.c582 tcache_cleanup(tsd_t *tsd) { in tcache_cleanup() function