Revamp xalloc interface so that it can check for address arithmetic overflow.
[gnulib.git] / modules / xalloc
1 Description:
2 Memory allocation with out-of-memory checking.
3
4 Files:
5 lib/xalloc.h
6 lib/xmalloc.c
7 lib/xstrdup.c
8 m4/xalloc.m4
9
10 Depends-on:
11 malloc
12 realloc
13 error
14 gettext
15 exitfail
16 stdbool
17
18 configure.ac:
19 gl_XALLOC
20
21 Makefile.am:
22 lib_SOURCES += xalloc.h xmalloc.c xstrdup.c
23
24 Include:
25 "xalloc.h"
26
27 Maintainer:
28 all
29