pub unsafe extern "C" fn dds_alloc(size: usize) -> *mut c_void
@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