Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ destroy
Method
destroy
src/callTraceStorage.cpp:44–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
LongHashTable* destroy() {
45
LongHashTable* prev = _prev;
46
OS::safeFree(this, getSize(_capacity));
47
return prev;
48
}
49
50
size_t usedMemory() {
51
return getSize(_capacity);
Callers
2
~CallTraceStorage
Method · 0.45
clear
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected