Skip to content

An arena allocator utilizing the virtual allocation scheme

License

Notifications You must be signed in to change notification settings

matszczygiel/virt-arena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An arena allocator utilizing the virtual allocation scheme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages