24 lines
247 B
Plaintext
24 lines
247 B
Plaintext
|
Description:
|
||
|
Memory allocation with out-of-memory checking.
|
||
|
|
||
|
Files:
|
||
|
lib/xalloc.h
|
||
|
lib/xmalloc.c
|
||
|
lib/xstrdup.c
|
||
|
|
||
|
Depends-on:
|
||
|
|
||
|
configure.ac:
|
||
|
|
||
|
Makefile.am:
|
||
|
lib_SOURCES += xalloc.h xmalloc.c xstrdup.c
|
||
|
|
||
|
Include:
|
||
|
"xalloc.h"
|
||
|
|
||
|
License:
|
||
|
GPL
|
||
|
|
||
|
Maintainer:
|
||
|
all
|