Returns true if this allocation can spill to disk
(&self)
| 326 | |
| 327 | /// Returns true if this allocation can spill to disk |
| 328 | pub fn can_spill(&self) -> bool { |
| 329 | self.can_spill |
| 330 | } |
| 331 | |
| 332 | /// Returns the name associated with this allocation |
| 333 | pub fn name(&self) -> &str { |