1
1
/* alloca.c -- allocate automatically reclaimed memory
2
2
(Mostly) portable public-domain implementation -- D A Gwyn
4
Copyright (C) 1995, 1999, 2001-2004, 2006-2008 Free Software
19
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
4
22
This implementation of the PWB library alloca function,
5
23
which is used to allocate space off the run-time stack so
6
24
that it is automatically reclaimed upon procedure exit,