gc: delegated mallocs in GarbageAlloc to hs-boehmgc (Mate.GC.Boehm.mallocBytes);
authorHarald Steinlechner <haraldsteinlechner@gmail.com>
Wed, 22 Aug 2012 18:20:05 +0000 (20:20 +0200)
committerHarald Steinlechner <haraldsteinlechner@gmail.com>
Wed, 22 Aug 2012 18:20:05 +0000 (20:20 +0200)
commit69737e443614cbe6c2acec6c3f7f6918325d4435
treeb6d1713f645641fcb429019406e61874373b5c43
parent94a3c50f1c43a7001791fed77560f268fc6d72a3
gc: delegated mallocs in GarbageAlloc to hs-boehmgc (Mate.GC.Boehm.mallocBytes);
tests: implemented little memory leaking example
jmate: added sketch implementation of Runtime class (which should be used to query heap memory and force GCs)
Mate/GarbageAlloc.hs
tests/Garbage1.java [new file with mode: 0644]
tools/installhaskellenv.sh