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§
- Mapped
Heap - An extensible memory mapped file that keeps track of used and free pages with a simple freelist allocator.
Constants§
Type Aliases§
- PageId
- References a page.