MCPcopy Create free account
hub / github.com/apache/impala / GetTCMallocCurrentAllocatedBytes

Function GetTCMallocCurrentAllocatedBytes

be/src/kudu/util/process_memory.cc:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137int64_t GetTCMallocCurrentAllocatedBytes() {
138 return GetTCMallocProperty("generic.current_allocated_bytes");
139}
140
141void GcTcmalloc() {
142 TRACE_EVENT0("process", "GcTcmalloc");

Callers 2

GcTcmallocFunction · 0.85
CurrentConsumptionFunction · 0.85

Calls 1

GetTCMallocPropertyFunction · 0.85

Tested by

no test coverage detected