MCPcopy 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
321void HashStringAllocator::newContiguousRange(int32_t bytes, ByteRange* range) {
322 newRange(bytes, nullptr, range, true);
323}
324
325// static
326StringView HashStringAllocator::contiguousString(

Callers 2

appendMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64