Function fluence_sdk_main::allocate[][src]

#[no_mangle]
pub unsafe fn allocate(elem_count: usize, elem_ty: usize) -> usize
Expand description

Allocates memory area of specified size and type and returns its address. The allocated memory region is intended to be use as a Vec.