| 220 | /// Wrapper around the half-initialized buffer. |
| 221 | #[derive(Debug, Clone)] |
| 222 | struct SharedAllocation(Arc<UnsafeCell<Allocation>>); |
| 223 | |
| 224 | // SAFETY: We manually make sure that: |
| 225 | // - the inner allocation never changes |
no outgoing calls
no test coverage detected
searching dependent graphs…