posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / aligned-malloc
blob018069510f0294570065b44065b6e586dc55b239
1 Description:
2 Allocate memory with indefinite extent and specified alignment.
4 Files:
5 lib/aligned-malloc.h
6 m4/malloc-align.m4
8 Depends-on:
9 stdint
10 posix_memalign
11 aligned_alloc
12 memalign
14 configure.ac:
15 gl_MALLOC_ALIGNMENT
16 AC_REQUIRE([AC_C_INLINE])
17 AC_CHECK_FUNCS_ONCE([posix_memalign aligned_alloc memalign])
19 Makefile.am:
21 Include:
22 "aligned-malloc.h"
24 License:
25 LGPLv2+
27 Maintainer:
28 all