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

Method Free

cpp/src/arrow/stl_allocator.h:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 }
140
141 void Free(uint8_t* buffer, int64_t size, int64_t /*alignment*/) override {
142 alloc_.deallocate(buffer, size);
143 stats_.DidFreeBytes(size);
144 }
145
146 int64_t bytes_allocated() const override { return stats_.bytes_allocated(); }
147

Callers 1

deallocateMethod · 0.45

Calls 2

deallocateMethod · 0.80
DidFreeBytesMethod · 0.80

Tested by

no test coverage detected