Hello, What is the best way (from lisp) to to monitor the total memory allocation during runtime of a foreign library that is doing calls malloc/free ?   what about memory size in lisp as well ?  I want to make sure I am not incurring memory leaks by making calls into my foreign library...

Thanks, Kevin