[][src]Function fluence::sdk::export_allocator::deallocate

#[no_mangle]
pub unsafe fn deallocate(ptr: NonNull<u8>, size: usize)

Deallocates memory area for provided memory pointer and size. Used from the host environment for memory deallocation after reading results of function from Wasm memory.