Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ destroy
Method
destroy
src/codeCache.cpp:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void NativeFunc::destroy(char* name) {
24
free(from(name));
25
}
26
27
size_t NativeFunc::usedMemory(const char* name) {
28
return sizeof(NativeFunc) + 1 + strlen(from(name)->_name);
Callers
1
close
Method · 0.45
Calls
no outgoing calls
Tested by
1
close
Method · 0.36