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

Method Free

cpp/src/arrow/memory_pool.cc:784–787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782 }
783
784 void Free(uint8_t* buffer, int64_t size, int64_t alignment) {
785 pool_->Free(buffer, size, alignment);
786 stats_.DidFreeBytes(size);
787 }
788
789 void ReleaseUnused() { pool_->ReleaseUnused(); }
790

Callers

nothing calls this directly

Calls 2

DidFreeBytesMethod · 0.80
FreeMethod · 0.45

Tested by

no test coverage detected