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

Function memory_pool

cpp/src/arrow/compute/exec.h:62–62  ·  view source on GitHub ↗

\brief The MemoryPool used for allocations, default is default_memory_pool().

Source from the content-addressed store, hash-verified

60 /// \brief The MemoryPool used for allocations, default is
61 /// default_memory_pool().
62 MemoryPool* memory_pool() const { return pool_; }
63
64 const ::arrow::internal::CpuInfo* cpu_info() const;
65

Callers 7

TestMemoryTrackingMethod · 0.50
TestOOMMethod · 0.50
TestReallocateMethod · 0.50
TestAlignmentMethod · 0.50
TestReleaseUnusedMethod · 0.50
memory_poolMethod · 0.50
ASSERT_OK_AND_ASSIGNFunction · 0.50

Calls

no outgoing calls

Tested by 7

TestMemoryTrackingMethod · 0.40
TestOOMMethod · 0.40
TestReallocateMethod · 0.40
TestAlignmentMethod · 0.40
TestReleaseUnusedMethod · 0.40
memory_poolMethod · 0.40
ASSERT_OK_AND_ASSIGNFunction · 0.40