Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dtcache.h159 void tcache_cleanup(tsd_t *tsd);
198 tcache_cleanup(tsd); in tcache_flush()
233 tcache_cleanup(tsd); in tcache_enabled_set()
Dprivate_symbols.txt478 tcache_cleanup
Dprivate_namespace.h480 #define tcache_cleanup JEMALLOC_N(tcache_cleanup) macro
Dprivate_unnamespace.h480 #undef tcache_cleanup
/external/jemalloc/src/
Dtcache.c395 tcache_cleanup(tsd_t *tsd) in tcache_cleanup() function