gramster / gwdebug

A drop-in debug library for C code from 1990s - finds many memory bugs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A drop-in debug library I wrote to help me with testing my C
code back in the 1990s. This library could find numerous 
problems with heap operations and buffer overruns, file and
memory leaks, bad frees and double frees, etc.

Includes a stack backtrace utility function I wrote for Borland C.

About

A drop-in debug library for C code from 1990s - finds many memory bugs


Languages

Language:C 97.3%Language:Makefile 2.7%