Returns the name associated with this allocation
(&self)
| 331 | |
| 332 | /// Returns the name associated with this allocation |
| 333 | pub fn name(&self) -> &str { |
| 334 | &self.name |
| 335 | } |
| 336 | |
| 337 | /// Registers this [`MemoryConsumer`] with the provided [`MemoryPool`] returning |
| 338 | /// a [`MemoryReservation`] that can be used to grow or shrink the memory reservation |
no outgoing calls
no test coverage detected