(&self, _ptr: *mut u8, _layout: Layout)
| 14 | } |
| 15 | |
| 16 | unsafe fn dealloc(&self, _ptr: *mut u8, _layout: Layout) {} |
| 17 | } |
| 18 | |
| 19 | /// Allocator that allocates whole pages for each allocation. |
nothing calls this directly
no outgoing calls
no test coverage detected