MCPcopy 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

mainFunction · 0.85
decodeRLEv2Function · 0.85
TESTFunction · 0.85
TestRleDecoder.ccFile · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85
createMemTestFileFunction · 0.85
TESTFunction · 0.85
createDictionaryTestFileFunction · 0.85
compress_original_stringFunction · 0.85
compress_two_blocksFunction · 0.85

Calls

no outgoing calls

Tested by 15

decodeRLEv2Function · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
createMemTestFileFunction · 0.68
TESTFunction · 0.68
createDictionaryTestFileFunction · 0.68
compress_original_stringFunction · 0.68
compress_two_blocksFunction · 0.68
compress_random_lettersFunction · 0.68
compress_random_bytesFunction · 0.68