Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ newContiguousRange
Method
newContiguousRange
bolt/common/memory/HashStringAllocator.cpp:321–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
}
320
321
void HashStringAllocator::newContiguousRange(int32_t bytes, ByteRange* range) {
322
newRange(bytes, nullptr, range, true);
323
}
324
325
// static
326
StringView HashStringAllocator::contiguousString(
Callers
2
append
Method · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64