Content received from: http://JavaFAQ.nu/java-article486.html
Memory Interceptor Library Wednesday, July 21, 2004 (00:00:00)
Posted by dntran
Memory Interceptor Library is a shared library that intercepts standard memory calls: malloc, calloc, realloc, free, etc., from binary applications and analyzes a program for memory leaks. The library can be used with any preexisting program that was written in C and was linked as a shared executable. No relinking of applications is required. Memory trace data is sent to a remote application where it is analyzed for memory leaks.
|
|
|