pub extern "C" fn __allocate(len: u32) -> u32
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.