MCPcopy Create free account
hub / github.com/apache/arrow / Free

Method Free

cpp/src/arrow/memory_pool.cc:789–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

787 }
788
789 void Free(uint8_t* buffer, int64_t size, int64_t alignment) {
790 pool_->Free(buffer, size, alignment);
791 stats_.DidFreeBytes(size);
792 }
793
794 void ReleaseUnused() { pool_->ReleaseUnused(); }
795

Callers

nothing calls this directly

Calls 2

DidFreeBytesMethod · 0.80
FreeMethod · 0.45

Tested by

no test coverage detected