pub unsafe extern "C" fn TCMallocInternalFreeAlignedSized(
ptr: *mut c_void,
align: size_t,
size: size_t,
)Expand description
Free previously allocated memory.
The pointer ptr must have been allocated before (or be null).
The align and size must match the ones used to allocate ptr.