Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ freeBenchmarkThread
Function
freeBenchmarkThread
app/redis-6.2.6/src/redis-benchmark.c:1034–1037 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1032
}
1033
1034
static void freeBenchmarkThread(benchmarkThread *thread) {
1035
if (thread->el) aeDeleteEventLoop(thread->el);
1036
zfree(thread);
1037
}
1038
1039
static void freeBenchmarkThreads() {
1040
int i = 0;
Callers
1
freeBenchmarkThreads
Function · 0.85
Calls
2
aeDeleteEventLoop
Function · 0.85
zfree
Function · 0.70
Tested by
no test coverage detected