3 releases (breaking)
0.3.0 | Sep 20, 2024 |
---|---|
0.2.0 | Sep 17, 2024 |
0.1.0 | Aug 30, 2024 |
#397 in Memory management
125 downloads per month
11KB
228 lines
Virtual memory arena
This crate provides the implementation of a bump memory allocator or memory arena. The implementation relies on the fact that virtual memory allocation does not need to be backed by the physical memory page as various OSes provide the memory management APIs allowing for manual committing the pages to the physical RAM.
Dependencies
~0–33MB
~470K SLoC