Message-ID: <91EA9C69A7EBD011B589004005491A9802B8E0@server.ghost.co.nz> From: Drew Haslam To: djgpp AT delorie DOT com Subject: Memory heap management libraries Date: Thu, 30 Jul 1998 14:17:47 +1200 MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk Hi, I am looking for a memory heap manager for DJGPP that can detect memory errors/corruptions, double freeing, memory leaks etc. I was using SMARTHEAP which provided an excellent development debug version of the library and was fast. Now I need the DJGPP equivalent. Someone mentioned Fortify but I have no idea what this even is (library or tool?). Drew