MCPcopy 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
23void NativeFunc::destroy(char* name) {
24 free(from(name));
25}
26
27size_t NativeFunc::usedMemory(const char* name) {
28 return sizeof(NativeFunc) + 1 + strlen(from(name)->_name);

Callers 1

closeMethod · 0.45

Calls

no outgoing calls

Tested by 1

closeMethod · 0.36