This is very alpha quality software. Lots of things are missing.
```rust use polymorph_allocator::LockedAllocator;
pub static ALLOCATOR: LockedAllocator = LockedAllocator::empty();
fn main() { // For a 32MB heap starting at 1MB in RAM: ALLOCATOR.lock().add_region(0x100000, 0x2000000); } ```
MIT, see LICENSE