PageAllocator
nyx_
lite
0.1.0
Page
Allocator
Required Methods
alloc_page
Implementors
In nyx_
lite::
mem
nyx_lite
::
mem
Trait
Page
Allocator
Copy item path
Source
pub trait PageAllocator { // Required method fn
alloc_page
(&mut self) ->
Option
<GuestAddress>; }
Required Methods
§
Source
fn
alloc_page
(&mut self) ->
Option
<GuestAddress>
Implementors
§
Source
§
impl
PageAllocator
for
VecPageAllocator