diff options
| author | Eli Zaretskii | 2014-06-04 14:46:51 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-06-04 14:46:51 +0300 |
| commit | a7f999dc5f002030c9a4c648f7017acf11274b1d (patch) | |
| tree | 1ecec1fecc6f181989a516780c8d169362047f5c /src/ChangeLog | |
| parent | 5dff48b0f8a399899f72e1fcf2db0a552f071070 (diff) | |
| download | emacs-a7f999dc5f002030c9a4c648f7017acf11274b1d.tar.gz emacs-a7f999dc5f002030c9a4c648f7017acf11274b1d.zip | |
Improve dumped memory report on MS-Windows.
src/w32heap.c (report_temacs_memory_usage): Improve the report by
reporting the large blocks that are actually occupied at dump time.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7903a0f5039..424a828e1fa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2014-06-04 Eli Zaretskii <eliz@gnu.org> | 1 | 2014-06-04 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * w32heap.c (report_temacs_memory_usage): Improve the report by | ||
| 4 | reporting the large blocks that are actually occupied at dump | ||
| 5 | time. | ||
| 6 | |||
| 3 | * w32console.c (initialize_w32_display): Set the console | 7 | * w32console.c (initialize_w32_display): Set the console |
| 4 | menu_show_hook, otherwise TTY menus are broken on w32. | 8 | menu_show_hook, otherwise TTY menus are broken on w32. |
| 5 | 9 | ||