rust_0_6_malloc

Function rust_0_6_malloc 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn rust_0_6_malloc(size_bytes: usize) -> *mut u8
Expand description

Allocate size_bytes many bytes and return a pointer.

ยงSafety

Allocated bytes must be freed using rust_0_6_free.