At 12:00am -0700 00-09-29, Palm Developer Forum digest wrote:
>Subject: globals where?
>From: Richard Bram <[EMAIL PROTECTED]>
>Date: Thu, 28 Sep 2000 21:02:02 -0500
>X-Message-Number: 99
>
>I've been writing hacks too long and I can't remember much about
>globals. Using Metrowerks, do globals use up stack space or active heap
>space?
Globals get allocated as a chunk in the dynamic heap. Note that your
stack is _also_ a chunk in the dynamic heap, so both basically come
from the same pool of memory.
-- Ken
Ken Krugler
TransPac Software, Inc.
<http://www.transpac.com>
+1 530-470-9200
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/