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

Method allocator

bolt/common/memory/Memory.cpp:442–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442MemoryAllocator* MemoryManager::allocator() {
443 return allocator_.get();
444}
445
446MemoryArbitrator* MemoryManager::arbitrator() {
447 return arbitrator_.get();

Callers 15

MockMemoryPoolClass · 0.45
shouldPreloadMethod · 0.45
MemoryPoolImplMethod · 0.45
registerCacheMethod · 0.45
registerCacheMethod · 0.45
SetUpMethod · 0.45
SetUpMethod · 0.45
setupMemoryMethod · 0.45
testMmapMemoryAllocationFunction · 0.45
TEST_PFunction · 0.45
setupAllocatorMethod · 0.45
setupAllocatorMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 9

SetUpMethod · 0.36
SetUpMethod · 0.36
setupMemoryMethod · 0.36
testMmapMemoryAllocationFunction · 0.36
TEST_PFunction · 0.36
setupAllocatorMethod · 0.36
setupAllocatorMethod · 0.36
TEST_FFunction · 0.36
SetUpMethod · 0.36