Function holochain_wasmer_guest::allocation::__allocate[][src]

#[no_mangle]
pub extern "C" fn __allocate(len: Len) -> GuestPtr
Expand description

Allocate bytes that won’t be dropped by the allocator. Return the pointer to the leaked allocation so the host can write to it.