[][src]Function holochain_wasmer_guest::allocation::deallocate

pub extern "C" fn deallocate(ptr: u64, len: u64)

restore an allocation so that it is dropped immediately this needs to be called on anything allocated above as the allocator will never free the memory otherwise