[][src]Function holochain_wasmer_common::allocation::deallocate

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

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