home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / software / 3419 < prev    next >
Encoding:
Text File  |  1992-09-10  |  1.1 KB  |  37 lines

  1. Newsgroups: comp.software-eng
  2. Path: sparky!uunet!mcsun!sunic!ericom!etxtms
  3. From: etxtms@solsta.ericsson.se (Thomas Bjork  TX/DKG)
  4. Subject: Re: Purify
  5. Message-ID: <etxtms.716196562@solsta-c>
  6. Sender: news@ericsson.se
  7. Nntp-Posting-Host: solsta-c.ericsson.se
  8. Organization: Ericsson
  9. References: <1992Sep5.032433.11679@cbnewsk.cb.att.com><4960@sumax.seattleu.edu><542@sadis01.sa.aflc.af.mil> <9209102354.AA05085@verbosa.ncd.com>
  10. Date: Fri, 11 Sep 1992 07:29:22 GMT
  11. Lines: 24
  12.  
  13.  
  14. Purify does two things.
  15.  
  16. 1) It traces memory leaks.
  17.  
  18. 2) It gives warnings when accessing uninitialized memory.
  19.  
  20. We have used purify for some weeks now and it has been very useful. One example
  21. is an application we have that sometimes used too much memory. Purify reported
  22. that it leaked 30 % of the used memory. It took less than a day to reduce the 
  23. leakage to only a few percent.
  24.  
  25. A am sure that purify will be very useful for us in the future.
  26.  
  27. /Thomas
  28.  
  29. --------------------------------------------------
  30. Thomas Bjork
  31. Ericsson Telecom
  32. Lagergrens Gata 8
  33. S-652 26 Karlstad
  34. Sweden
  35. email: etxtms@solsta.ericsson.se
  36. --------------------------------------------------
  37.