(&self, _ptr: *mut u8, _layout: Layout)
| 53 | } |
| 54 | |
| 55 | unsafe fn dealloc(&self, _ptr: *mut u8, _layout: Layout) { |
| 56 | panic!("dealloc should be never called") |
| 57 | } |
| 58 | } |
| 59 | |
| 60 | /// A wrapper around spin::Mutex to permit trait implementations. |
nothing calls this directly
no outgoing calls
no test coverage detected