pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: variable.h question


From: Ben Pfaff
Subject: Re: variable.h question
Date: Mon, 02 May 2005 14:07:48 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Jason Stover <address@hidden> writes:

> Are there any procedures which allocate a struct
> variable *, manipulate that variable *, then don't free
> that variable *, leaving the data structure available for
> procedures called later? Is there a garbage collector?

Variables are never created in isolation but only as part of a
dictionary.  Thus, they will be destroyed when the dictionary is
destroyed.
-- 
"Whoever you are -- SGI, SCO, HP, or even Microsoft -- most of the
 smart people on the planet work somewhere else."
--Eric S. Raymond




reply via email to

[Prev in Thread] Current Thread [Next in Thread]