summaryrefslogtreecommitdiff
path: root/devdocs/elisp/memory-usage.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/elisp/memory-usage.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/memory-usage.html')
-rw-r--r--devdocs/elisp/memory-usage.html20
1 files changed, 0 insertions, 20 deletions
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 @@
- <h3 class="section"> Memory Usage</h3> <p>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 <code>garbage-collect</code>; 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. </p> <dl> <dt id="cons-cells-consed">Variable: <strong>cons-cells-consed</strong>
-</dt> <dd><p>The total number of cons cells that have been allocated so far in this Emacs session. </p></dd>
-</dl> <dl> <dt id="floats-consed">Variable: <strong>floats-consed</strong>
-</dt> <dd><p>The total number of floats that have been allocated so far in this Emacs session. </p></dd>
-</dl> <dl> <dt id="vector-cells-consed">Variable: <strong>vector-cells-consed</strong>
-</dt> <dd><p>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. </p></dd>
-</dl> <dl> <dt id="symbols-consed">Variable: <strong>symbols-consed</strong>
-</dt> <dd><p>The total number of symbols that have been allocated so far in this Emacs session. </p></dd>
-</dl> <dl> <dt id="string-chars-consed">Variable: <strong>string-chars-consed</strong>
-</dt> <dd><p>The total number of string characters that have been allocated so far in this session. </p></dd>
-</dl> <dl> <dt id="intervals-consed">Variable: <strong>intervals-consed</strong>
-</dt> <dd><p>The total number of intervals that have been allocated so far in this Emacs session. </p></dd>
-</dl> <dl> <dt id="strings-consed">Variable: <strong>strings-consed</strong>
-</dt> <dd><p>The total number of strings that have been allocated so far in this Emacs session. </p></dd>
-</dl><div class="_attribution">
- <p class="_attribution-p">
- Copyright &copy; 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
- <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Memory-Usage.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Memory-Usage.html</a>
- </p>
-</div>