view modules/malloca @ 38242:ab7a57bd5e3b

malloca: do not exceed PTRDIFF_MAX * 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.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 15 Dec 2016 09:56:53 -0800
parents 30a315a9bfa4
children 873653f32121
line wrap: on
line source

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