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

Function ReleaseUnused

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

Return unused memory to the OS Only applies to allocators that hold onto unused memory. This will be best effort, a memory pool may not implement this feature or may be unable to fulfill the request due to fragmentation.

Source from the content-addressed store, hash-verified

151 /// best effort, a memory pool may not implement this feature or may be
152 /// unable to fulfill the request due to fragmentation.
153 virtual void ReleaseUnused() {}
154
155 /// Print statistics
156 ///

Callers 2

ReleaseUnusedMethod · 0.85
ReleaseUnusedMethod · 0.85

Calls 1

ReleaseUnusedMethod · 0.45

Tested by

no test coverage detected