MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tcache_flush

Function tcache_flush

app/redis-6.2.6/deps/jemalloc/src/tcache.c:485–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483}
484
485void
486tcache_flush(tsd_t *tsd) {
487 assert(tcache_available(tsd));
488 tcache_flush_cache(tsd, tsd_tcachep_get(tsd));
489}
490
491static void
492tcache_destroy(tsd_t *tsd, tcache_t *tcache, bool tsd_tcache) {

Callers 1

ctl.cFile · 0.85

Calls 2

tcache_availableFunction · 0.85
tcache_flush_cacheFunction · 0.85

Tested by

no test coverage detected