Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
645
static void freeBenchmarkThread(benchmarkThread *thread) {
646
if (thread->el) aeDeleteEventLoop(thread->el);
647
zfree(thread);
648
}
649
650
static void freeBenchmarkThreads() {
651
int i = 0;
Callers
1
freeBenchmarkThreads
Function · 0.70
Calls
2
aeDeleteEventLoop
Function · 0.85
zfree
Function · 0.85
Tested by
no test coverage detected