home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / ultrix / 8947 < prev    next >
Encoding:
Internet Message Format  |  1992-12-20  |  1.0 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!agate!stanford.edu!apple!TIS.COM!mjr
  2. From: mjr@TIS.COM (Marcus J. Ranum)
  3. Newsgroups: comp.unix.ultrix
  4. Subject: Re: malloc debugging
  5. Keywords: malloc debug
  6. Message-ID: <9212172316.AA03427@TIS.COM>
  7. Date: 17 Dec 92 23:16:55 GMT
  8. References: <1992Dec17.204334.25765@gca.com>
  9. Sender: usenet@Apple.COM
  10. Reply-To: mjr@TIS.COM
  11. Distribution: usa
  12. Organization: Trusted Informations Systems, Inc.
  13. Lines: 12
  14.  
  15. In article <1992Dec17.204334.25765@gca.com> boyle@gca.com (David Boyle) writes:
  16. >Can anyone suggest a malloc library that works with Ultrix 4.2 which
  17. >supplies functionality similar to the malloc_debug/malloc_verify routines
  18. >supplies with SunOs?
  19.  
  20.     I'm not sure what the SunOS stuff does, but I've found "mprof" to
  21. be pretty handy. Among other nice things it gives you a memory allocation
  22. callout that shows where leaks were (and their call tree). It doesn't do
  23. quite as much as Purify does, but then Purify doesn't work on ULTRIX. You
  24. can get mprof from decuac.dec.com, in pub/sources/mprof*
  25.  
  26. mjr.
  27.