ralloc
pub fn alloc(size: usize, align: usize) -> *mut u8
Allocate a block of memory.
The OOM handler handles out-of-memory conditions.