Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ release
Method
release
deps/memkind/src/test/allocator_perf_tool/Thread.hpp:89–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void release()
90
{
91
for (int i=0; i<threads.size(); i++) {
92
delete threads[i];
93
}
94
threads.clear();
95
}
96
97
private:
98
std::vector<Thread *> &threads;
Callers
1
main
Function · 0.45
Calls
2
size
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected