Yet another Memory allocator

"Venkatesha Murthy G." <gvmt@bgl.vsnl.net.in>
14 Aug 2000 17:35:09 -0400

          From comp.compilers

Related articles
Yet another Memory allocator gvmt@bgl.vsnl.net.in (Venkatesha Murthy G.) (2000-08-14)
| List of all articles for this month |

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.


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.