Crate mappedheap [−] [src]
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 Definitions
PageId |
References a page. |