Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
137
int64_t GetTCMallocCurrentAllocatedBytes() {
138
return GetTCMallocProperty(
"generic.current_allocated_bytes"
);
139
}
140
141
void GcTcmalloc() {
142
TRACE_EVENT0(
"process"
,
"GcTcmalloc"
);
Callers
2
GcTcmalloc
Function · 0.85
CurrentConsumption
Function · 0.85
Calls
1
GetTCMallocProperty
Function · 0.85
Tested by
no test coverage detected