summaryrefslogtreecommitdiff
path: root/modules/memalign
blob: b383d196d1ce902f1a226027a2ffef7bc7d998ec (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
26
27
Description:
Allocate memory with indefinite extent and specified alignment.

Files:
lib/memalign.c
m4/memalign.m4

Depends-on:
malloc-h

configure.ac:
gl_FUNC_MEMALIGN
if test $REPLACE_MEMALIGN = 1; then
  AC_LIBOBJ([memalign])
fi
gl_MALLOC_MODULE_INDICATOR([memalign])

Makefile.am:

Include:
#include <malloc.h>

License:
LGPLv2+

Maintainer:
all