Function holochain_wasmer_guest::allocation::__deallocate[][src]

#[no_mangle]
pub extern "C" fn __deallocate(guest_ptr: GuestPtr, len: Len)
Expand description

Free an allocation. Needed because we leak memory every time we call __allocate and write_bytes.