Expand description
Low-level abstraction for allocating and managing zero-filled pages of memory.
Structs§
- A simple struct consisting of a page-aligned pointer to page-aligned and initially-zeroed memory and a length.
Enums§
- The type of mmap to create
Functions§
- _assert 🔒
- Round
size
up to the nearest multiple ofpage_size
.