mcel tests: Avoid test failures due to broken GB18030 converter.
[gnulib.git] / modules / xalloc
blob15059bf47fa12aee11b8a941f7952dca014ca007
1 Description:
2 Memory allocation with out-of-memory checking.  Also see xalloc-die.
4 Files:
5 lib/xalloc.h
6 lib/xmalloc.c
7 m4/xalloc.m4
9 Depends-on:
10 c99
11 calloc-gnu
12 extern-inline
13 ialloc
14 idx
15 malloc-gnu
16 minmax
17 realloc-gnu
18 reallocarray
19 stdckdint
20 stdint
21 xalloc-die
23 configure.ac:
24 gl_XALLOC
25 gl_MODULE_INDICATOR([xalloc])
27 Makefile.am:
28 lib_SOURCES += xmalloc.c
30 Include:
31 "xalloc.h"
33 License:
34 GPL
36 Maintainer:
37 all