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

Method memory_pool

cpp/src/arrow/util/benchmark_util.h:205–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 public:
204 BenchmarkMemoryTracker() : manager_() { ::benchmark::RegisterMemoryManager(&manager_); }
205 ::arrow::MemoryPool* memory_pool() const { return manager_.memory_pool.get(); }
206
207 protected:
208 ::arrow::MemoryPoolMemoryManager manager_;

Callers 15

DoInspectFragmentFunction · 0.45
MakeWriterMethod · 0.45
InspectFragmentMethod · 0.45
TESTFunction · 0.45
MakeMethod · 0.45
getNextBatchMethod · 0.45
memory_poolFunction · 0.45
InitMethod · 0.45
ProcessInnerMethod · 0.45
FilterSingleBatchMethod · 0.45
InitMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 3

TESTFunction · 0.36
TakeUsingVectorFunction · 0.36
TESTFunction · 0.36