[][src]Crate polymorph_allocator

A simple memory allocator, designed for polymorphOS.

Re-exports

pub use self::region::Region;
pub use self::region::RegionFlags;
pub use self::region_iter::AllocatorRegionIterator;
pub use self::align::align_up;
pub use self::locked::LockedAllocator;

Modules

align

Alignment utility functions

locked

Mutex-locked Allocator for use as #[global_allocator].

region

Data structures representing a memory region

region_iter

Iterator over the regions in an Allocator

Structs

Allocator

Simple memory allocator