prescheme & boehm leak detection?
Raoul Duke <[email protected]> Mon, 11 Aug 2014 21:50:05 -0700
| Newsgroups | gmane.lisp.scheme.scheme48 |
|---|---|
| Message-ID | <CAJ7XQb62xrBp1nPpJJqA4w2gXOk7k9CFXrz+WSe-mkHeNEGV0g@mail.gmail.com> |
http://hboehm.info/gc/leak.html so prescheme doesn't use a gc, but i am wondering... does it use malloc/free such that i could easily patch it to use boehm gc in the leak detection mode? i have downloaded the sources and am looking at them but remain stunningly clueless so far...