index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
memory-report.el
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-02-23
Prefer incf to cl-incf in emacs-lisp/*.el
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-10-15
Use file-size-human-readable in memory-report--format
Stefan Kangas
2022-05-26
Make memory-report not bug out with symbols with positions
Lars Ingebrigtsen
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-11-04
Rename button-buttonize to buttonize
Lars Ingebrigtsen
2021-10-05
Make `memory-report-object-size' work standalone
Lars Ingebrigtsen
2021-09-02
memory-report: support calculating size for structures
Yikai Zhao
2021-08-14
Fix memory-report counting of vector/hash table sizes
Yikai Zhao
2021-07-16
Define revert-buffer-function for *Memory Report*
Mattias EngdegÄrd
2021-04-12
* lisp/emacs-lisp/memory-report.el (memory-report--object-size-1): Simplify
Stefan Monnier
2021-03-18
Make memory-report work with buffer-local unbound vars
Lars Ingebrigtsen
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-12-30
Also count symbol plists in memory-report
Lars Ingebrigtsen
2020-12-26
Fix infloop in memory-report
Lars Ingebrigtsen
2020-12-19
Correct units and spacing in memory-report
Mattias EngdegÄrd
2020-12-13
* Fix `memory-report' for '--without-x' builds
Andrea Corallo
2020-12-11
Also sort the totals section by size
Lars Ingebrigtsen
2020-12-11
Tweak memory-report--format
Lars Ingebrigtsen
2020-12-11
Add a new command `memory-report'
Lars Ingebrigtsen