summaryrefslogtreecommitdiff
path: root/modules/memalign
blob: 3ab24a58e82208358510f9be1f9c285c2d95bbf4 (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
28
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
gl_CONDITIONAL([GL_COND_OBJ_MEMALIGN], [test $REPLACE_MEMALIGN = 1])
gl_MALLOC_MODULE_INDICATOR([memalign])

Makefile.am:
if GL_COND_OBJ_MEMALIGN
lib_SOURCES += memalign.c
endif

Include:
#include <malloc.h>

License:
LGPLv2+

Maintainer:
all