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:817–819 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
815
};
816
817
ProxyMemoryPool::ProxyMemoryPool(MemoryPool* pool) {
818
impl_.reset(new ProxyMemoryPoolImpl(pool));
819
}
820
821
ProxyMemoryPool::~ProxyMemoryPool() {}
822
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected