Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/orc
/ getDefaultPool
Function
getDefaultPool
c++/src/MemoryPool.cc:325–328 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
323
#endif
324
325
MemoryPool* getDefaultPool() {
326
static MemoryPoolImpl internal;
327
return &internal;
328
}
329
} // namespace orc
Callers
15
main
Function · 0.85
decodeRLEv2
Function · 0.85
TEST
Function · 0.85
TestRleDecoder.cc
File · 0.85
TEST_F
Function · 0.85
TEST
Function · 0.85
createMemTestFile
Function · 0.85
TEST
Function · 0.85
createDictionaryTestFile
Function · 0.85
compress_original_string
Function · 0.85
compress_simple_repeated_string
Function · 0.85
compress_two_blocks
Function · 0.85
Calls
no outgoing calls
Tested by
15
decodeRLEv2
Function · 0.68
TEST
Function · 0.68
TEST_F
Function · 0.68
TEST
Function · 0.68
createMemTestFile
Function · 0.68
TEST
Function · 0.68
createDictionaryTestFile
Function · 0.68
compress_original_string
Function · 0.68
compress_simple_repeated_string
Function · 0.68
compress_two_blocks
Function · 0.68
compress_random_letters
Function · 0.68
compress_random_bytes
Function · 0.68