Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1047
static void freeBenchmarkThread(benchmarkThread *thread) {
1048
if (thread->el) aeDeleteEventLoop(thread->el);
1049
zfree(thread);
1050
}
1051
1052
static void freeBenchmarkThreads() {
1053
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