verify: new macro 'assume'
[gnulib.git] / modules / eealloc
1 Description:
2 Memory allocation with expensive empty allocations (glibc compatible).
3
4 Files:
5 lib/eealloc.h
6 lib/eealloc.c
7 m4/eealloc.m4
8 m4/malloc.m4
9 m4/realloc.m4
10
11 Depends-on:
12 extern-inline
13
14 configure.ac:
15 gl_EEALLOC
16
17 Makefile.am:
18 lib_SOURCES += eealloc.c
19
20 Include:
21 <eealloc.h>
22
23 License:
24 GPL
25
26 Maintainer:
27 Bruno Haible