Memory Usage Tracker and Leak Finder
Memory Usage Tracker and Leak Finder
1. MemCheck Deluxe - MemCheck Deluxe is a memory usage tracker and leak finder. It allows developers to find memory leaks quickly, as well as providing some memory usage information… read more | New
2. Memwatch - Memwatch is a fault tolerant (can repair its own data structures) memory leak and corruption detection tool. You add a header file to your souce code files, and compile with MEMWATCH defined or not… read more | New
3. diapergluforth - diapergluforth lets you access functions in shared object libraries without having to recompile against the library’s header files. It also tracks buffer allocations and automatically frees them when you exit… read more | New
4. memcheck - memcheck provides the ability to fault on pointer overrun (read or write) or freed pointer deference (read or write), logs double free and realloc of already freed pointers and memory not freed on exit, checks for pointer underrun on free and realloc… read more | New
Leave a comment
Comments are moderated, and will not appear on this weblog until the author has approved them.