(&mut self)
| 56 | |
| 57 | impl Drop for PidHandle { |
| 58 | fn drop(&mut self) { |
| 59 | PID_ALLOCATOR.exclusive_access().dealloc(self.0); |
| 60 | } |
| 61 | } |
| 62 | |
| 63 | /// Return (bottom, top) of a kernel stack in kernel space. |
nothing calls this directly
no test coverage detected