mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* lib/xalloc.h (x2nrealloc): Check for ptrdiff_t overflow, too. * modules/xalloc, modules/xvasprintf (Depends-on): Add stdint.
29 lines
308 B
Plaintext
29 lines
308 B
Plaintext
Description:
|
|
Memory allocation with out-of-memory checking. Also see xalloc-die.
|
|
|
|
Files:
|
|
lib/xalloc.h
|
|
lib/xmalloc.c
|
|
m4/xalloc.m4
|
|
|
|
Depends-on:
|
|
extern-inline
|
|
stdint
|
|
xalloc-die
|
|
xalloc-oversized
|
|
|
|
configure.ac:
|
|
gl_XALLOC
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xmalloc.c
|
|
|
|
Include:
|
|
"xalloc.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|