kernel
0.1.0
In kernel::
memory_
management::
virtual_
space
kernel
::
memory_management
::
virtual_space
Function
deallocate_virtual_space
Copy item path
Source
fn deallocate_virtual_space( virtual_start:
usize
, size:
usize
, ) ->
Result
<
()
,
VirtualSpaceError
>