repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
memalign
blob
e8a292d92d38cb36beeccc2ccb7b86dcf315f967
1
Description:
2
Allocate memory with indefinite extent and specified alignment.
3
4
Files:
5
6
Depends-on:
7
8
configure.ac:
9
AC_CHECK_FUNCS([memalign])
10
11
Makefile.am:
12
13
Include:
14
#if HAVE_MEMALIGN
15
#include <malloc.h>
16
#endif
17
18
License:
19
LGPLv2+
20
21
Maintainer:
22
all