pub type dds_allocator_t = dds_allocator;Aliased Type§
struct dds_allocator_t {
pub malloc: Option<unsafe extern "C" fn(_: u64) -> *mut c_void>,
pub realloc: Option<unsafe extern "C" fn(_: *mut c_void, _: u64) -> *mut c_void>,
pub free: Option<unsafe extern "C" fn(_: *mut c_void)>,
}Fields§
§malloc: Option<unsafe extern "C" fn(_: u64) -> *mut c_void>§realloc: Option<unsafe extern "C" fn(_: *mut c_void, _: u64) -> *mut c_void>§free: Option<unsafe extern "C" fn(_: *mut c_void)>