mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-08-23 09:47:59 +00:00
ca495b0f87
* lib/malloca.h: Include xalloc-oversized. (nmalloca): Use xalloc_oversized instead of rolling our own. * modules/malloca (Depends-on): * modules/relocatable-prog-wrapper (Depends-on): Add xalloc-oversized.
32 lines
324 B
Plaintext
32 lines
324 B
Plaintext
Description:
|
|
Safe automatic memory allocation.
|
|
|
|
Files:
|
|
lib/malloca.h
|
|
lib/malloca.c
|
|
lib/malloca.valgrind
|
|
m4/malloca.m4
|
|
m4/eealloc.m4
|
|
m4/longlong.m4
|
|
|
|
Depends-on:
|
|
alloca-opt
|
|
stdint
|
|
xalloc-oversized
|
|
verify
|
|
|
|
configure.ac:
|
|
gl_MALLOCA
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += malloca.c
|
|
|
|
Include:
|
|
"malloca.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|