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

Method Free

cpp/src/arrow/stl_allocator.h:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 void Free(uint8_t* buffer, int64_t size, int64_t /*alignment*/) override {
132 alloc_.deallocate(buffer, size);
133 stats_.DidFreeBytes(size);
134 }
135
136 int64_t bytes_allocated() const override { return stats_.bytes_allocated(); }
137

Callers 1

deallocateMethod · 0.45

Calls 2

deallocateMethod · 0.80
DidFreeBytesMethod · 0.80

Tested by

no test coverage detected