emacs-devel
[Top][All Lists]
Advanced

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

please help about garbage collector.


From: alin soare
Subject: please help about garbage collector.
Date: Thu, 2 Dec 2010 09:10:08 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

/* When scanning the C stack for live Lisp objects, Emacs keeps track
   of what memory allocated via lisp_malloc is intended for what
   purpose.  This enumeration specifies the type of memory.  */

Could you explain me what kind of Lisp Objects are keps on the stack ? What kind
of Lisp objects are kept on the stack ?

Where and why such objects are allocated ?

Thanks.


Alin.






reply via email to

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