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
/
aligned-malloc
blob
018069510f0294570065b44065b6e586dc55b239
1
Description:
2
Allocate memory with indefinite extent and specified alignment.
3
4
Files:
5
lib/aligned-malloc.h
6
m4/malloc-align.m4
7
8
Depends-on:
9
stdint
10
posix_memalign
11
aligned_alloc
12
memalign
13
14
configure.ac:
15
gl_MALLOC_ALIGNMENT
16
AC_REQUIRE([AC_C_INLINE])
17
AC_CHECK_FUNCS_ONCE([posix_memalign aligned_alloc memalign])
18
19
Makefile.am:
20
21
Include:
22
"aligned-malloc.h"
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
all