MCPcopy 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
97private:
98 std::vector<Thread *> &threads;

Callers 1

mainFunction · 0.45

Calls 2

sizeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected