Expand description
This module implements a page memory allocator for allocating pages from a given portion of the guest address space.
Modules§
- Save restore suport for
PagePool
.
Structs§
- A page allocator for memory.
- A page allocator for memory.
- A spawner for
PagePoolAllocator
instances. - Page pool memory representing a DMA buffer useable by devices.
- A handle for a page pool allocation. When dropped, the allocation is freed.
- A mapper that uses an internal buffer to map pages. This is meant to be used for tests that use
PagePool
. - Error returned when unrestored allocations are found.
Enums§
- Errors returned on allocation methods.
Traits§
- A source for pool allocations.