Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!ucbvax!ANDREW.CMU.EDU!wjh+ From: wjh+@ANDREW.CMU.EDU (Fred Hansen) Newsgroups: comp.soft-sys.andrew Subject: Re: Help and its memory usage behavior Message-ID: Date: 21 Mar 90 14:35:50 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 18 Excerpts from mail: 20-Mar-90 Re: Help and its memory usa.. Nathaniel Borenstein@thu (1792) > This is the "plumber" function, included with Andrew's malloc (and > therefore available only if you've compiled with ANDREW_MALLOC_ENV > defined). ANDREW_MALLOC_ENV is defined in the distributed ATK system in the file .../src/andrew/config/allsys.h. To get the plumber your .../src/andrew/config/site.h file must include #define DEBUG_MALLOC_ENV 1 To get the new malloc in most applications, the only directories that would need to be recompiled would be .../andrew/overhead/malloc and .../andrew/atk/apps. (I think.) FredH