summaryrefslogtreecommitdiff
path: root/modules/xalloc
blob: 3a9ea12040f54dc53cd5648874bfe2f153210370 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description:
Memory allocation with out-of-memory checking.

Files:
lib/xalloc.h
lib/xmalloc.c
lib/xstrdup.c
m4/xalloc.m4

Depends-on:
malloc
realloc
error
gettext
exitfail
exit

configure.ac:
gl_XALLOC

Makefile.am:
lib_SOURCES += xalloc.h xmalloc.c xstrdup.c

Include:
"xalloc.h"

Maintainer:
Bruno Haible