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

Method memory_pool

cpp/src/arrow/memory_pool_test.cc:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62class TestMemoryPool : public ::arrow::TestMemoryPoolBase {
63 public:
64 MemoryPool* memory_pool() override { return Factory::memory_pool(); }
65};
66
67TYPED_TEST_SUITE_P(TestMemoryPool);

Callers 12

BuildIntArrayNoNullsFunction · 0.45
BuildAdaptiveIntNoNullsFunction · 0.45
BuildBooleanArrayNoNullsFunction · 0.45
BuildBinaryArrayFunction · 0.45
BuildChunkedBinaryArrayFunction · 0.45
BuildDecimalArrayFunction · 0.45
BenchmarkDictionaryArrayFunction · 0.45
BenchmarkBufferBuilderFunction · 0.45

Calls 1

memory_poolFunction · 0.50

Tested by

no test coverage detected