Function cleo_redux_sdk::alloc_mem

source ·
pub fn alloc_mem(size: usize) -> *mut c_void
Expand description

Allocates a memory chunk with size in bytes. Memory is guaranteed to be zero initialized

since v3