From: Richard M. Stallman Date: Sat, 29 Oct 2005 19:52:29 +0000 (+0000) Subject: (Garbage Collection): Document memory-full. X-Git-Tag: emacs-pretest-22.0.90~6203 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c4c00e6bf31177b434b74757ef356f7b6847c30;p=emacs.git (Garbage Collection): Document memory-full. --- diff --git a/lispref/internals.texi b/lispref/internals.texi index 6a2e22a1483..8c367f63ebd 100644 --- a/lispref/internals.texi +++ b/lispref/internals.texi @@ -406,6 +406,11 @@ You can use this to get a general idea of how your actions affect the memory usage. @end defun +@defvar memory-full +This variable is @code{t} if Emacs is close to out of memory for Lisp +objects, and @code{nil} otherwise. +@end defvar + @defun memory-use-counts This returns a list of numbers that count the number of objects created in this Emacs session. Each of these counters increments for