Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
class TestMemoryPool : public ::arrow::TestMemoryPoolBase {
63
public:
64
MemoryPool* memory_pool() override { return Factory::memory_pool(); }
65
};
66
67
TYPED_TEST_SUITE_P(TestMemoryPool);
Callers
12
BuildIntArrayNoNulls
Function · 0.45
BuildAdaptiveIntNoNulls
Function · 0.45
BuildAdaptiveIntNoNullsScalarAppend
Function · 0.45
BuildBooleanArrayNoNulls
Function · 0.45
BuildBinaryArray
Function · 0.45
BuildInlineBinaryViewArray
Function · 0.45
BuildNonInlineBinaryViewArray
Function · 0.45
BuildChunkedBinaryArray
Function · 0.45
BuildFixedSizeBinaryArray
Function · 0.45
BuildDecimalArray
Function · 0.45
BenchmarkDictionaryArray
Function · 0.45
BenchmarkBufferBuilder
Function · 0.45
Calls
1
memory_pool
Function · 0.50
Tested by
no test coverage detected