Function TCMallocInternalAlignedAlloc

Source
pub unsafe extern "C" fn TCMallocInternalAlignedAlloc(
    align: size_t,
    size: size_t,
) -> *mut c_void
Expand description

Allocate size bytes aligned by align.

Return a pointer to the allocated memory or null if out of memory.

Returns a unique pointer if called with size 0.