Records the destruction of a [`MemoryReservation`] with [`MemoryConsumer`] Note: Prior calls to [`Self::shrink`] must be made to free any reserved memory
(&self, _consumer: &MemoryConsumer)
| 196 | /// |
| 197 | /// Note: Prior calls to [`Self::shrink`] must be made to free any reserved memory |
| 198 | fn unregister(&self, _consumer: &MemoryConsumer) {} |
| 199 | |
| 200 | /// Infallibly grow the provided `reservation` by `additional` bytes |
| 201 | /// |