From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/elisp/memory-usage.html | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 devdocs/elisp/memory-usage.html (limited to 'devdocs/elisp/memory-usage.html') diff --git a/devdocs/elisp/memory-usage.html b/devdocs/elisp/memory-usage.html deleted file mode 100644 index fa400636..00000000 --- a/devdocs/elisp/memory-usage.html +++ /dev/null @@ -1,20 +0,0 @@ -

Memory Usage

These functions and variables give information about the total amount of memory allocation that Emacs has done, broken down by data type. Note the difference between these and the values returned by garbage-collect; those count objects that currently exist, but these count the number or size of all allocations, including those for objects that have since been freed.

Variable: cons-cells-consed -

The total number of cons cells that have been allocated so far in this Emacs session.

-
Variable: floats-consed -

The total number of floats that have been allocated so far in this Emacs session.

-
Variable: vector-cells-consed -

The total number of vector cells that have been allocated so far in this Emacs session. This includes vector-like objects such as markers and overlays, plus certain objects not visible to users.

-
Variable: symbols-consed -

The total number of symbols that have been allocated so far in this Emacs session.

-
Variable: string-chars-consed -

The total number of string characters that have been allocated so far in this session.

-
Variable: intervals-consed -

The total number of intervals that have been allocated so far in this Emacs session.

-
Variable: strings-consed -

The total number of strings that have been allocated so far in this Emacs session.

-
-

- Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
- https://www.gnu.org/software/emacs/manual/html_node/elisp/Memory-Usage.html -

-
-- cgit v1.2.3