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

Function AllocateResizableBuffer

cpp/src/arrow/memory_pool.cc:1016–1019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1014}
1015
1016Result<std::unique_ptr<ResizableBuffer>> AllocateResizableBuffer(const int64_t size,
1017 MemoryPool* pool) {
1018 return AllocateResizableBuffer(size, kDefaultBufferAlignment, pool);
1019}
1020
1021Result<std::unique_ptr<ResizableBuffer>> AllocateResizableBuffer(const int64_t size,
1022 const int64_t alignment,

Callers 15

ResizeFunction · 0.85
TESTFunction · 0.85
TYPED_TESTFunction · 0.85
GetFileSinkMethod · 0.85
GetFileSinkMethod · 0.85
ResetMethod · 0.85
CompressDataOneShotFunction · 0.85
InitMethod · 0.85
EnsureCompressedDataMethod · 0.85
DecompressDataMethod · 0.85

Calls

no outgoing calls

Tested by 9

TESTFunction · 0.68
TYPED_TESTFunction · 0.68
GetFileSinkMethod · 0.68
GetFileSinkMethod · 0.68
CompressDataOneShotFunction · 0.68
SetUpMethod · 0.68
InitMethod · 0.68
InitMethod · 0.68
DictionaryBatchHelperMethod · 0.68