Fills in 'stats' with statistics collected by this allocator.
| 216 | |
| 217 | // Fills in 'stats' with statistics collected by this allocator. |
| 218 | virtual absl::optional<AllocatorStats> GetStats() { return absl::nullopt; } |
| 219 | |
| 220 | // Clears the internal stats except for the `in_use` field. |
| 221 | virtual void ClearStats() {} |
no outgoing calls