Skip to main content

dds_alloc

Function dds_alloc 

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

@brief Perform an alloc() with the default allocator. @component memory_alloc

@param[in] size number of bytes @returns new pointer or NULL if out of memory