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

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!ukma!darwin.sura.net!convex!bcm!rice!abuhr
  3. From: abuhr@owlnet.rice.edu (Aaron M. Buhr)
  4. Subject: Help me track down memory leakage
  5. Message-ID: <BxuLIr.DK@rice.edu>
  6. Sender: news@rice.edu (News)
  7. Organization: Rice University
  8. Date: Tue, 17 Nov 1992 06:47:14 GMT
  9. Lines: 12
  10.  
  11.      I've inherited a very large C program that I am trying to maintain and
  12. expand, and I've come to the point where I HAVE to find out where the
  13. program's leaking memory.  The program starts out with about 7MB virtual
  14. mem usage, 6MB real, and grows over the course of 6-8 hours to around 20MB
  15. virtual, 10MB real.  The program uses straight malloc() and realloc() calls.
  16. I don't know where or how to start trying to track this down.  Any help
  17. would be greatly appreciated.  Email is preferred, but I'll try to watch
  18. the posts to this group as well.  Much thanks in advance.
  19.  
  20.  
  21. Aaron Buhr
  22. abuhr@owlnet.rice.edu
  23.