Searched refs:_aligned_alloc (Results 1 – 1 of 1) sorted by relevance
153 auto _aligned_alloc = __libc_globals->malloc_dispatch.aligned_alloc; in aligned_alloc() local154 if (__predict_false(_aligned_alloc != nullptr)) { in aligned_alloc()155 return _aligned_alloc(alignment, size); in aligned_alloc()