]> code.delx.au - gnu-emacs/commit
Report static heap usage on non-Cygwin, too
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 30 Jan 2016 22:20:56 +0000 (14:20 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 30 Jan 2016 23:26:07 +0000 (15:26 -0800)
commit874c59a81b7ee12a739149c5229e6d3bbd463324
treee3a176adeb9f2bbf8d6ce2762b7fd670cb544dc7
parent384ffef6434d3e8809abd3b5edc848db0333ba24
Report static heap usage on non-Cygwin, too

* src/emacs.c (Fdump_emacs) [HYBRID_MALLOC]: Report sheap usage here ...
* src/unexcw.c (unexec): ... instead of here, since sheap can be used
on platforms other than Cygwin (Bug#22086).
src/emacs.c
src/unexcw.c