Home
last modified time | relevance | path

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

/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()