mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-29 19:48:19 +00:00
(Garbage Collection): Document memory-full.
This commit is contained in:
parent
932af01bc5
commit
3c4c00e6bf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user