Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dtcache_externs.h51 void tcache_flush(tsd_t *tsd);
Dprivate_namespace_jet.h353 #define tcache_flush JEMALLOC_N(tcache_flush) macro
Dprivate_namespace.h346 #define tcache_flush JEMALLOC_N(tcache_flush) macro
/external/jemalloc_new/src/
Dtcache.c504 tcache_flush(tsd_t *tsd) { in tcache_flush() function
Dctl.c113 CTL_PROTO(tcache_flush)
317 {NAME("flush"), CTL(tcache_flush)},
1791 tcache_flush(tsd); in thread_tcache_flush_ctl()