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
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
aligned_alloc
blob
f7757f4a96c86c320faa838fbe05c5e04e40ae43
1
Description:
2
Allocate memory with indefinite extent and specified alignment.
3
4
Files:
5
lib/aligned_alloc.c
6
m4/aligned_alloc.m4
7
8
Depends-on:
9
extensions
10
stdlib
11
12
configure.ac:
13
gl_FUNC_ALIGNED_ALLOC
14
if test $REPLACE_ALIGNED_ALLOC = 1; then
15
AC_LIBOBJ([aligned_alloc])
16
fi
17
gl_STDLIB_MODULE_INDICATOR([aligned_alloc])
18
19
Makefile.am:
20
21
Include:
22
<stdlib.h>
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
all