virt-arena

Crates.iovirt-arena
lib.rsvirt-arena
version0.3.0
sourcesrc
created_at2024-08-30 15:26:29.067767
updated_at2024-09-20 16:03:39.233588
descriptionA virtual memory bump allocator.
homepage
repositoryhttps://github.com/matszczygiel/virt-arena
max_upload_size
id1357801
size11,969
Mateusz S. Szczygieł (matszczygiel)

documentation

README

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.

Commit count: 10

cargo fmt