xila_memory_allocate_core

Function xila_memory_allocate_core 

Source
pub unsafe extern "C" fn xila_memory_allocate_core(
    size: usize,
) -> *mut c_void
Expand description

Allocates a memory block with default properties.

ยงSafety

This function is unsafe because it dereferences raw pointers.