doc: Update doc about realpath.
[gnulib.git] / modules / aligned_alloc
blobf7757f4a96c86c320faa838fbe05c5e04e40ae43
1 Description:
2 Allocate memory with indefinite extent and specified alignment.
4 Files:
5 lib/aligned_alloc.c
6 m4/aligned_alloc.m4
8 Depends-on:
9 extensions
10 stdlib
12 configure.ac:
13 gl_FUNC_ALIGNED_ALLOC
14 if test $REPLACE_ALIGNED_ALLOC = 1; then
15   AC_LIBOBJ([aligned_alloc])
17 gl_STDLIB_MODULE_INDICATOR([aligned_alloc])
19 Makefile.am:
21 Include:
22 <stdlib.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 all