Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dtcache_externs.h31 void tcache_event_hard(tsd_t *tsd, tcache_t *tcache);
Dtcache_inlines.h37 tcache_event_hard(tsd, tcache); in tcache_event()
Dprivate_namespace_jet.h352 #define tcache_event_hard JEMALLOC_N(tcache_event_hard) macro
Dprivate_namespace.h345 #define tcache_event_hard JEMALLOC_N(tcache_event_hard) macro
/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
/external/jemalloc_new/src/
Dtcache.c44 tcache_event_hard(tsd_t *tsd, tcache_t *tcache) { in tcache_event_hard() function