home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / c / 16671 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.2 KB  |  31 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!netnews!bandy
  3. From: bandy@netnews.jhuapl.edu (Mike Bandy)
  4. Subject: Re: Help me track down memory leakage
  5. Message-ID: <BxvDB0.4DF@netnews.jhuapl.edu>
  6. Organization: JHU/Applied Physics Laboratory
  7. References: <BxuLIr.DK@rice.edu>
  8. Date: Tue, 17 Nov 1992 16:47:23 GMT
  9. Lines: 20
  10.  
  11. abuhr@owlnet.rice.edu (Aaron M. Buhr) writes:
  12.  
  13. >     I've inherited a very large C program that I am trying to maintain and
  14. >expand, and I've come to the point where I HAVE to find out where the
  15. >program's leaking memory.  The program starts out with about 7MB virtual
  16. >mem usage, 6MB real, and grows over the course of 6-8 hours to around 20MB
  17. >virtual, 10MB real.  The program uses straight malloc() and realloc() calls.
  18. >I don't know where or how to start trying to track this down.  Any help
  19. >would be greatly appreciated.  Email is preferred, but I'll try to watch
  20. >the posts to this group as well.  Much thanks in advance.
  21.  
  22. You need to give us a little more info -- specifically, what operating sytem?
  23. If it's VMS I can get you started, if it's something else, I'd just be
  24. wasting everybody's bandwidth...
  25.  
  26. -- 
  27.  
  28.     Mike Bandy
  29.     bandy@aplcomm.jhuapl.edu
  30.     Johns Hopkins University / Applied Physics Lab
  31.