maze_wasm::wasm

Function allocate_sized_memory

Source
#[no_mangle]
pub extern "C" fn allocate_sized_memory(size: usize) -> *mut u8
Expand description

Allocates sized memory of a given size

ยงReturns

Pointer to allocated memory