Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ProxyMemoryPool
Method
ProxyMemoryPool
cpp/src/arrow/memory_pool.cc:812–814 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
810
};
811
812
ProxyMemoryPool::ProxyMemoryPool(MemoryPool* pool) {
813
impl_.reset(new ProxyMemoryPoolImpl(pool));
814
}
815
816
ProxyMemoryPool::~ProxyMemoryPool() {}
817
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected