summaryrefslogtreecommitdiff
path: root/lispref/internals.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-10-29 19:52:29 +0000
committerRichard M. Stallman <rms@gnu.org>2005-10-29 19:52:29 +0000
commit75db146dfb65fb2d7cd879a94da302021eaf294a (patch)
tree7aa139056d13fe6311ba7db08b3ae15498fee8dd /lispref/internals.texi
parentfd8fb86ef7456a58b71da6736270b7b3152ab6be (diff)
downloademacs-75db146dfb65fb2d7cd879a94da302021eaf294a.tar.gz
(Garbage Collection): Document memory-full.
Diffstat (limited to 'lispref/internals.texi')
-rw-r--r--lispref/internals.texi5
1 files changed, 5 insertions, 0 deletions
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