pub unsafe extern "C" fn dds_realloc(
ptr: *mut c_void,
size: usize,
) -> *mut c_voidExpand description
@brief Perform a realloc() with the default allocator. @component memory_alloc
@param[in] ptr previously alloc()’ed pointer @param[in] size new size @return new pointer or NULL if out of memory