Chris Davies wrote: > Alessandro Basili <[email protected]> wrote: >> - is there any alternative method to figure out the memory usage of the >> program within the program itself? > > One of the debugging/profiling malloc libraries may help. > > Chris
Valgrind for testing for memory leaks? -- Tim Watts
