21 Jul
                
                    2010
                
            
            
                21 Jul
                
                '10
                
            
            
            
        
    
                6:59 p.m.
            
        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