MCPcopy 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
817ProxyMemoryPool::ProxyMemoryPool(MemoryPool* pool) {
818 impl_.reset(new ProxyMemoryPoolImpl(pool));
819}
820
821ProxyMemoryPool::~ProxyMemoryPool() {}
822

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected