patch applied (ghc): When debugging, have the allocator help us a bit
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.all |
|---|---|
| Message-ID | <20061211193954.GA7522__21356.9672465839$1165866027$gmane$org@cvs.haskell.org> |
Mon Dec 11 04:49:50 PST 2006 Ian Lynagh <[email protected]> * When debugging, have the allocator help us a bit We now check for freeing memory that isn't allocated, and overwrite memory we are about to free with 0xaa. It might be nice to also have a flag to control whether the memory actually gets free'd. M ./rts/RtsStartup.c -2 +14 M ./rts/RtsUtils.c -2 +109 M ./rts/RtsUtils.h +3