Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
static GcMemoryPool g_pool;
77
78
arrow::MemoryPool* gc_memory_pool() { return &g_pool; }
79
80
// [[arrow::export]]
81
std::shared_ptr<arrow::MemoryPool> MemoryPool__default() {
Callers
15
RBuffer
Method · 0.85
ExecPlan_create
Function · 0.85
ReadNext
Method · 0.85
CreateEmptyArray
Function · 0.85
Ingest_some_nulls
Method · 0.85
CancellableIOContext
Method · 0.85
io___ReadableFile__Open
Function · 0.85
io___BufferOutputStream__Create
Function · 0.85
gc_context
Function · 0.85
MakeSimpleArray
Function · 0.85
vec_to_arrow_ChunkedArray
Function · 0.85
vector_from_r_memory_impl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected