home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / software / 3430 < prev    next >
Encoding:
Internet Message Format  |  1992-09-12  |  1.7 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!destroyer!ubc-cs!alberta!cpsc.ucalgary.ca!jade!jade!alan
  2. From: alan@jade.uucp (Alan Covington)
  3. Newsgroups: comp.software-eng
  4. Subject: Re: Purify
  5. Message-ID: <ALAN.92Sep11094556@jsi-bwc.jade.uucp>
  6. Date: 11 Sep 92 16:45:56 GMT
  7. References: <1992Sep5.032433.11679@cbnewsk.cb.att.com><4960@sumax.seattleu.edu><542@sadis01.sa.aflc.af.mil>
  8.     <9209102354.AA05085@verbosa.ncd.com> <etxtms.716196562@solsta-c>
  9. Sender: alan@jade.ab.ca (Alan Covington)
  10. Organization: Jade Simulations International Corp., Calgary, AB, Canada
  11. Lines: 26
  12. In-Reply-To: etxtms@solsta.ericsson.se's message of Fri, 11 Sep 1992 07: 29:22 GMT
  13.  
  14. In article <etxtms.716196562@solsta-c> etxtms@solsta.ericsson.se (Thomas Bjork  TX/DKG) writes:
  15.  
  16.    Purify does two things.
  17.  
  18.    1) It traces memory leaks.
  19.  
  20.    2) It gives warnings when accessing uninitialized memory.
  21.  
  22. It also checks for access to memory that is not allocated to the
  23. program, has (limited) checks for freeing unallocated memory and has
  24. watchpoints that sound useful.  (I haven't used the watchpoints yet,
  25. although I can think of some errors we have had where they would have
  26. been useful.)
  27.  
  28. The product is solid, easy to use and very useful.  We have found many
  29. errors, some that had been with us for years.  The memory allocation
  30. usage dump has pointed to way to several storage optimizations that
  31. have halved the amount of memory being used by a large program.
  32.  
  33. Alan - no affiliation to Pure Software, just a happy user
  34. --
  35. Alan Covington, Jade Simulations International Corp., Calgary, Alta.
  36. alan@jade.ab.ca
  37. -- 
  38. Alan Covington, Jade Simulations International Corp., Calgary, Alta.
  39. alan@jade.ab.ca
  40.