(&self, layout: Layout)
| 80 | { |
| 81 | #[inline] |
| 82 | unsafe fn alloc(&self, layout: Layout) -> *mut u8 { |
| 83 | self.0.alloc(layout) |
| 84 | } |
| 85 | |
| 86 | #[inline] |
| 87 | unsafe fn dealloc(&self, ptr: *mut u8, layout: Layout) { |
nothing calls this directly
no outgoing calls
no test coverage detected