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.
| 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 | /// |
no test coverage detected