Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dtcache.h173 void tcache_flush(void);
191 tcache_flush(void) in tcache_flush() function
Dprivate_symbols.txt487 tcache_flush
Dprivate_namespace.h489 #define tcache_flush JEMALLOC_N(tcache_flush) macro
Dprivate_unnamespace.h489 #undef tcache_flush
/external/jemalloc/src/
Dctl.c118 CTL_PROTO(tcache_flush)
295 {NAME("flush"), CTL(tcache_flush)},
1396 tcache_flush(); in thread_tcache_flush_ctl()