Function holochain_wasmer_guest::allocation::__hc__allocate_1

source ·
#[no_mangle]
pub extern "C" fn __hc__allocate_1(len: usize) -> usize
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.