Related articles |
---|
Yet another Memory allocator gvmt@bgl.vsnl.net.in (Venkatesha Murthy G.) (2000-08-14) |
From: | "Venkatesha Murthy G." <gvmt@bgl.vsnl.net.in> |
Newsgroups: | comp.compilers |
Date: | 14 Aug 2000 17:35:09 -0400 |
Organization: | Compilers Central |
Keywords: | storage, debug, tools |
All,
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. You
can download it in source from
http://freshmeat.net/projects/libyama/
Do tell you how you like it. It's (currently) written for Linux x86.
Venkatesh
--
Venkatesha Murthy G.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.