From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] software quality and popularity From: David Gordon Hogan MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010523184601.06BA519A1C@mail.cse.psu.edu> Date: Wed, 23 May 2001 14:45:58 -0400 Topicbox-Message-UUID: a65be06e-eac9-11e9-9e20-41e7f4b1d025 "Douglas A. Gwyn" writes: > Oh, great, more usurping of data values for in-band > signalling of exceptional conditions. | /* alloca.c -- allocate automatically reclaimed memory | (Mostly) portable public-domain implementation -- D A Gwyn [snip] | As a special case, alloca(0) reclaims storage without | allocating any. It is a good idea to use alloca(0) in | your main control loop, etc. to force garbage collection. */ Gotcha!