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

Method alignment

bolt/common/memory/Memory.cpp:310–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308
309std::shared_ptr<MemoryPool> MemoryManager::addRootPool(
310 const std::string& name,
311 int64_t maxCapacity,
312 std::unique_ptr<MemoryReclaimer> reclaimer,
313 const std::optional<MemoryPool::DebugOptions>& poolDebugOpts) {
314 std::string poolName = name;
315 if (poolName.empty()) {

Callers 6

AlignedStlAllocatorMethod · 0.45
allocateMethod · 0.45
TEST_PFunction · 0.45
TESTFunction · 0.45
allocateMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 5

allocateMethod · 0.36
TEST_PFunction · 0.36
TESTFunction · 0.36
allocateMethod · 0.36
TEST_FFunction · 0.36