Skip to main content

dds_free

Function dds_free 

Source
pub unsafe extern "C" fn dds_free(ptr: *mut c_void)
Expand description

@brief Perform a free() on a memory fragment allocated with the default allocator. @component memory_alloc

@param[in] ptr previously alloc()’ed pointer