mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
30 lines
303 B
Plaintext
30 lines
303 B
Plaintext
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
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_XALLOC
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xalloc.h xmalloc.c xstrdup.c
|
|
|
|
Include:
|
|
"xalloc.h"
|
|
|
|
Maintainer:
|
|
all
|
|
|