pub unsafe extern "C" fn xlang_deallocate_aligned(
    ptr: *mut c_void,
    size: size_t,
    align: size_t
)
Expand description

Deallocates memory allocated using xlang_allocate

Safety

ptr must be a null pointer, or have been allocated using xlang_allocate_aligned with size and align