MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / tcache_flush

Function tcache_flush

deps/jemalloc/src/tcache.c:539–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537}
538
539void
540tcache_flush(tsd_t *tsd) {
541 assert(tcache_available(tsd));
542 tcache_flush_cache(tsd, tsd_tcachep_get(tsd));
543}
544
545static void
546tcache_destroy(tsd_t *tsd, tcache_t *tcache, bool tsd_tcache) {

Callers 1

ctl.cFile · 0.70

Calls 2

tcache_flush_cacheFunction · 0.70
tcache_availableFunction · 0.50

Tested by

no test coverage detected