Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dtcache_externs.h41 void tcache_cleanup(tsd_t *tsd);
Dtcache_inlines.h23 tcache_cleanup(tsd); in tcache_enabled_set()
Dprivate_namespace_jet.h350 #define tcache_cleanup JEMALLOC_N(tcache_cleanup) macro
Dprivate_namespace.h343 #define tcache_cleanup JEMALLOC_N(tcache_cleanup) macro
/external/jemalloc_new/src/
Dtsd.c209 tcache_cleanup(tsd); in tsd_do_data_cleanup()
Dtcache.c528 tcache_cleanup(tsd_t *tsd) { in tcache_cleanup() function