Crates.io | virt-arena |
lib.rs | virt-arena |
version | 0.3.0 |
source | src |
created_at | 2024-08-30 15:26:29.067767 |
updated_at | 2024-09-20 16:03:39.233588 |
description | A virtual memory bump allocator. |
homepage | |
repository | https://github.com/matszczygiel/virt-arena |
max_upload_size | |
id | 1357801 |
size | 11,969 |
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.