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

Function freeBenchmarkThread

src/keydb-diagnostic-tool.cpp:645–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643}
644
645static void freeBenchmarkThread(benchmarkThread *thread) {
646 if (thread->el) aeDeleteEventLoop(thread->el);
647 zfree(thread);
648}
649
650static void freeBenchmarkThreads() {
651 int i = 0;

Callers 1

freeBenchmarkThreadsFunction · 0.70

Calls 2

aeDeleteEventLoopFunction · 0.85
zfreeFunction · 0.85

Tested by

no test coverage detected