* stdbit_h.m4: Fix first-line comment.
[gnulib.git] / modules / aligned-malloc
blobce2297243633e6fc2909f48f6c7c6ca674fd752b
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([memalign])
18 gl_CHECK_FUNCS_ANDROID([aligned_alloc], [[#include <stdlib.h>]])
19 gl_CHECK_FUNCS_ANDROID([posix_memalign], [[#include <stdlib.h>]])
21 Makefile.am:
23 Include:
24 "aligned-malloc.h"
26 License:
27 LGPLv2+
29 Maintainer:
30 all