Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h31 void tcache_event_hard(tsd_t *tsd, tcache_t *tcache);
H A Dtcache_inlines.h37 tcache_event_hard(tsd, tcache); in tcache_event()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtcache.c40 tcache_event_hard(tsd_t *tsd, tcache_t *tcache) { in tcache_event_hard() function