Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dtcache.h146 void tcache_event_hard(tsd_t *tsd, tcache_t *tcache);
264 tcache_event_hard(tsd, tcache); in tcache_event()
Dprivate_symbols.txt527 tcache_event_hard
Dprivate_namespace.h527 #define tcache_event_hard JEMALLOC_N(tcache_event_hard) macro
Dprivate_unnamespace.h527 #undef tcache_event_hard
/external/jemalloc/src/
Dtcache.c37 tcache_event_hard(tsd_t *tsd, tcache_t *tcache) in tcache_event_hard() function