MCPcopy Create free account
hub / github.com/apache/arrow / AllocateBuffer

Function AllocateBuffer

cpp/src/parquet/platform.cc:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37std::shared_ptr<ResizableBuffer> AllocateBuffer(MemoryPool* pool, int64_t size) {
38 PARQUET_ASSIGN_OR_THROW(auto result, ::arrow::AllocateResizableBuffer(size, pool));
39 return result;
40}
41
42} // namespace parquet

Callers 15

TESTFunction · 0.70
FlushValuesMethod · 0.70
FlushValuesMethod · 0.70
DeltaBitPackEncoderMethod · 0.70
FlushValuesMethod · 0.70
VerifySignatureMethod · 0.70
VerifySignatureMethod · 0.70
DictDecoderImplMethod · 0.70
InitHeaderMethod · 0.70
EnsureDecodeBufferMethod · 0.70

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.56
WriteDictMethod · 0.56
CheckRoundtripMethod · 0.56
GetDictDecoderFunction · 0.56
SetupEncoderDecoderMethod · 0.56
TYPED_TESTFunction · 0.56
TEST_FFunction · 0.56
TestSessionFunction · 0.40
TYPED_TESTFunction · 0.40
TEST_FFunction · 0.40
TEST_PFunction · 0.40
MakeListArrayFunction · 0.40