Uses [`ExFreePool`] to free allocated memory.
(&self, ptr: *mut u8, _layout: Layout)
| 73 | |
| 74 | /// Uses [`ExFreePool`] to free allocated memory. |
| 75 | unsafe fn dealloc(&self, ptr: *mut u8, _layout: Layout) { |
| 76 | ExFreePool(ptr as _) |
| 77 | } |
| 78 | } |
nothing calls this directly
no outgoing calls
no test coverage detected