TCMallocInternalDeleteSizedAligned

Function TCMallocInternalDeleteSizedAligned 

Source
pub unsafe extern "C" fn TCMallocInternalDeleteSizedAligned(
    ptr: *mut c_void,
    size: size_t,
    alignment: size_t,
)
Expand description

Free previously allocated memory.

The pointer ptr must have been allocated before.

The alignment and size must match the ones used to allocate ptr.