Mail Archives: djgpp/1997/03/18/01:32:36
Hello.
I am a beginner in C, and I was writing some arbitrary data type
collections (linked list, AVL tree, etc.), and I would like to check my
code for memory leaks. Is there any way you guys know of to do this?
(i.e. all of the free memory functions return the free system memory,
which isn't changed by free())
Like is there some library function I'm not aware of that returns the free
memory in the heap?
Thanks,
Stephen Cleary
sacleary AT mtu DOT edu
- Raw text -