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

Method DidFreeBytes

cpp/src/arrow/memory_pool.h:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 inline void DidFreeBytes(int64_t size) {
99 bytes_allocated_.fetch_sub(size, std::memory_order_acq_rel);
100 }
101};
102
103} // namespace internal

Callers 3

FreeMethod · 0.80
FreeMethod · 0.80
FreeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected