fluence_sdk_main
#[no_mangle]pub unsafe fn allocate(size: usize) -> usize
Allocates memory area of specified size and returns its address. Returns 0 if supplied size is too long.