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

Method newRun

bolt/common/memory/AllocationPool.cpp:157–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void AllocationPool::newRun(int64_t preferredSize) {
158 newRunImpl(AllocationTraits::numPages(preferredSize));
159}
160
161} // namespace bytedance::bolt::memory

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64