Home
last modified time | relevance | path

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

/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDtcache.h127 void tcache_event_hard(tsd_t *tsd, tcache_t *tcache);
246 tcache_event_hard(tsd, tcache); in tcache_event()
HDprivate_namespace.h448 #define tcache_event_hard JEMALLOC_N(tcache_event_hard) macro
/NextBSD/contrib/jemalloc/src/
HDtcache.c33 tcache_event_hard(tsd_t *tsd, tcache_t *tcache) in tcache_event_hard() function