pub unsafe extern "C" fn aws_mem_release(
allocator: *mut aws_allocator,
ptr: *mut c_void
)
Expand description
Releases ptr back to whatever allocated it. Nothing happens if ptr is NULL.
pub unsafe extern "C" fn aws_mem_release(
allocator: *mut aws_allocator,
ptr: *mut c_void
)
Releases ptr back to whatever allocated it. Nothing happens if ptr is NULL.