[−][src]Function fluence_sdk_main::deallocate
#[no_mangle]pub unsafe fn deallocate(ptr: *mut u8, size: usize)
Deallocates memory area for provided memory pointer and size. Does nothing if supplied size is too long.
#[no_mangle]pub unsafe fn deallocate(ptr: *mut u8, size: usize)
Deallocates memory area for provided memory pointer and size. Does nothing if supplied size is too long.