summaryrefslogtreecommitdiff
path: root/modules/aligned-malloc
blob: d562e3d6b99ee6effa84557c269355c15bdb7b69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Description:
Allocate memory with indefinite extent and specified alignment.

Files:
lib/aligned-malloc.h
m4/malloc-align.m4

Depends-on:
stdint

configure.ac:
gl_MALLOC_ALIGNMENT
AC_REQUIRE([AC_C_INLINE])
AC_CHECK_FUNCS([posix_memalign aligned_alloc memalign])

Makefile.am:

Include:
"aligned-malloc.h"

License:
LGPLv2+

Maintainer:
all