Function ralloc::alloc [] [src]

pub fn alloc(size: usize, align: usize) -> *mut u8

Allocate a block of memory.

Errors

The OOM handler handles out-of-memory conditions.