mappedheap 0.1.1

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

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.