TCMallocInternalDeleteAligned

Function TCMallocInternalDeleteAligned 

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

Free previously allocated memory.

The pointer ptr must have been allocated before.

The alignment must match the one used to allocate ptr.

Performance is lower than TCMallocInternalDeleteSizedAligned.