Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/orc
/ getMaxMemory
Method
getMaxMemory
tools/src/FileMemory.cc:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
uint64_t getMaxMemory() {
50
return maxMemory_;
51
}
52
53
TestMemoryPool() : totalMemory_(0), maxMemory_(0) {}
54
~TestMemoryPool() override;
Callers
1
processFile
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected