MCPcopy Create free account
hub / github.com/bytedance/bolt / deprecatedAddDefaultLeafMemoryPool

Function deprecatedAddDefaultLeafMemoryPool

bolt/common/memory/Memory.cpp:517–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515 }
516 return pools;
517}
518
519void initializeMemoryManager(const MemoryManager::Options& options) {
520 MemoryManager::initialize(options);
521}
522
523MemoryManager* memoryManager() {
524 return MemoryManager::getInstance();
525}

Callers 8

TESTFunction · 0.85
runMethod · 0.85
TESTFunction · 0.85
BaseDuckWrapperTestClass · 0.85

Calls 1

addLeafPoolMethod · 0.80

Tested by 3

TESTFunction · 0.68
runMethod · 0.68
TESTFunction · 0.68