MCPcopy 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
812ProxyMemoryPool::ProxyMemoryPool(MemoryPool* pool) {
813 impl_.reset(new ProxyMemoryPoolImpl(pool));
814}
815
816ProxyMemoryPool::~ProxyMemoryPool() {}
817

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected