Lines Matching refs:aligned_alloc
211 # undef aligned_alloc
212 # define aligned_alloc rpl_aligned_alloc
214 _GL_FUNCDECL_RPL (aligned_alloc, void *,
217 _GL_CXXALIAS_RPL (aligned_alloc, void *, (size_t alignment, size_t size));
222 _GL_FUNCDECL_SYS (aligned_alloc, void *,
226 _GL_CXXALIAS_SYS (aligned_alloc, void *, (size_t alignment, size_t size));
230 _GL_CXXALIASWARN (aligned_alloc);
233 # if @GNULIB_FREE_POSIX@ && __GNUC__ >= 11 && !defined aligned_alloc
235 _GL_FUNCDECL_SYS (aligned_alloc, void *,
240 # undef aligned_alloc
242 _GL_WARN_ON_USE (aligned_alloc, "aligned_alloc is not portable - "