Crate mappedheap

Source
Expand description

This crate provides ´MappedHeap`, an extensible memory mapped file that keeps track of used and free pages with a simple freelist allocator.

For details, see the type’s documentation.

Structs§

MappedHeap
An extensible memory mapped file that keeps track of used and free pages with a simple freelist allocator.

Constants§

NULL_PAGE
The null page guaranteed to always be invalid.
PAGESZ
The size of a page in bytes.

Type Aliases§

PageId
References a page.