Change size of static heap on Cygwin; report maximum usage after dumping.
commitf747d82e08b4d1201fa08cfee090759f7a6ef5b1
authorKen Brown <kbrown@cornell.edu>
Sun, 18 Aug 2013 17:37:31 +0000 (18 13:37 -0400)
committerKen Brown <kbrown@cornell.edu>
Sun, 18 Aug 2013 17:37:31 +0000 (18 13:37 -0400)
treed1e6b4716f818e3bb3a66e31fcea298307f43202
parentd2c28fab135742b98466345f933c2f0c1608569c
Change size of static heap on Cygwin; report maximum usage after dumping.

* src/sheap.c (STATIC_HEAP_SIZE): Adjust to current needs; use bigger
static heap if ENABLE_CHECKING is defined.
(max_bss_sbrk_ptr): New variable.
(bss_sbrk): Use it.
(report_sheap_usage): Report maximum static heap usage instead of
ending static heap usage.
src/ChangeLog
src/sheap.c