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

Function freeBenchmarkThread

src/redis-benchmark.cpp:1047–1050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1045}
1046
1047static void freeBenchmarkThread(benchmarkThread *thread) {
1048 if (thread->el) aeDeleteEventLoop(thread->el);
1049 zfree(thread);
1050}
1051
1052static void freeBenchmarkThreads() {
1053 int i = 0;

Callers 1

freeBenchmarkThreadsFunction · 0.70

Calls 2

aeDeleteEventLoopFunction · 0.85
zfreeFunction · 0.85

Tested by

no test coverage detected