changeset 53427:ee086521a92a

(Garbage Collection): Add memory-use-counts.
author Richard M. Stallman <rms@gnu.org>
date Mon, 29 Dec 2003 20:59:33 +0000
parents adae6745b4c9
children ccd937cd7241
files lispref/internals.texi
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/internals.texi	Mon Dec 29 20:58:40 2003 +0000
+++ b/lispref/internals.texi	Mon Dec 29 20:59:33 2003 +0000
@@ -383,6 +383,12 @@
 memory usage.
 @end defun
 
+@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
+a certain kind of object.  See the documentation string for details.
+@end defun
+
 @defvar gcs-done
 This variable contains the total number of garbage collections
 done so far in this Emacs session.