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

Function gc_memory_pool

r/src/memorypool.cpp:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76static GcMemoryPool g_pool;
77
78arrow::MemoryPool* gc_memory_pool() { return &g_pool; }
79
80// [[arrow::export]]
81std::shared_ptr<arrow::MemoryPool> MemoryPool__default() {

Callers 15

RBufferMethod · 0.85
ExecPlan_createFunction · 0.85
ReadNextMethod · 0.85
CreateEmptyArrayFunction · 0.85
Ingest_some_nullsMethod · 0.85
CancellableIOContextMethod · 0.85
io___ReadableFile__OpenFunction · 0.85
gc_contextFunction · 0.85
MakeSimpleArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected