Related articles |
---|
libYaMa 0.2 gvmt@bgl.vsnl.net.in (Venkatesha Murthy G.) (2000-08-27) |
From: | "Venkatesha Murthy G." <gvmt@bgl.vsnl.net.in> |
Newsgroups: | comp.compilers |
Date: | 27 Aug 2000 22:48:13 -0400 |
Organization: | Compilers Central |
Keywords: | available, debug |
All,
libYaMa 0.2 is now up at http://freshmeat.net/projects/libyama/
Changes from 0.1: Call chains are now printed as File, Line, and Function
wherever possible instead of just addresses.
Feedback/Comments welcome.
Venkatesh
> I've written libyama, a malloc implementation that bundles leak
> tracking by auditing allocations, array bound write detection,
> detection of access to free'd memory, and realloc/free on invalid
> pointers. It is intended as a replacement to malloc, and can either be
> preloaded on the command line, or can be linked into a program.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.