]> git.eshelyaron.com Git - emacs.git/commit
Disable "before-dump" memory allocation on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Sat, 25 Feb 2017 14:47:22 +0000 (16:47 +0200)
committerKen Raeburn <raeburn@raeburn.org>
Sat, 22 Jul 2017 08:36:21 +0000 (04:36 -0400)
commit23b10debf0b460a146dfcc8542af4e5bd69bb67d
tree3a3ff218a86eca381f71e7466aef629ec9f9d5d7
parente69daacf4cf09d89ccd16d653a9c8b468f8020f5
Disable "before-dump" memory allocation on MS-Windows

* unexw32.c: Initialize 'using_dynamic_heap' to TRUE.  This is
because the "before-dump" memory allocation is no longer needed.
(Should later remove their implementation from w32heap.c.)
src/unexw32.c