MCPcopy Create free account
hub / github.com/beefytech/Beef / GetNumericProperty

Method GetNumericProperty

BeefRT/gperftools/src/malloc_extension.cc:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113bool MallocExtension::VerifyMallocMemory(const void* p) { return true; }
114
115bool MallocExtension::GetNumericProperty(const char* property, size_t* value) {
116 return false;
117}
118
119bool MallocExtension::SetNumericProperty(const char* property, size_t value) {
120 return false;

Callers 7

CurrentlyAllocatedBytesFunction · 0.45
mainFunction · 0.45
GetUnmappedBytesFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
GetTotalThreadCacheSizeFunction · 0.45

Calls

no outgoing calls

Tested by 7

CurrentlyAllocatedBytesFunction · 0.36
mainFunction · 0.36
GetUnmappedBytesFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
GetTotalThreadCacheSizeFunction · 0.36