Home
last modified time | relevance | path

Searched refs:tcache_flush (Results 1 – 10 of 10) 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/include/jemalloc/internal/
Dtcache.h174 void tcache_flush(void);
192 tcache_flush(void) in tcache_flush() function
Dprivate_symbols.txt528 tcache_flush
Dprivate_namespace.h528 #define tcache_flush JEMALLOC_N(tcache_flush) macro
Dprivate_unnamespace.h528 #undef tcache_flush
/external/jemalloc/src/
Dctl.c118 CTL_PROTO(tcache_flush)
298 {NAME("flush"), CTL(tcache_flush)},
1402 tcache_flush(); in thread_tcache_flush_ctl()
/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()