mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* 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
|