home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / cplus / 18429 < prev    next >
Encoding:
Internet Message Format  |  1992-12-26  |  812 b 

  1. Path: sparky!uunet!wupost!gumby!destroyer!cs.ubc.ca!unixg.ubc.ca!keith
  2. From: keith@msmri.med.ubc.ca (Keith S. Cover)
  3. Newsgroups: comp.lang.c++
  4. Subject: WANTED: heap manager software
  5. Date: 26 Dec 1992 06:29:27 GMT
  6. Organization: University of British Columbia, Vancouver, B.C., Canada
  7. Lines: 12
  8. Distribution: world
  9. Message-ID: <1hgu47INNprc@iskut.ucs.ubc.ca>
  10. NNTP-Posting-Host: msmri.med.ubc.ca
  11.  
  12. Can anyone give me a pointer to C++ code which will overload new and delete
  13. to improve my heap management.  The vast majority of the new's in my program 
  14. allocate 24 to 32 bytes at a time.  I would prefer a manager which is 
  15. efficient in both time and memory since I am having problems with both
  16. execution time and limited memory.
  17.  
  18. I will post a summary of the replies.
  19.  
  20. Thanks in advance.
  21.  
  22. Keith S Cover
  23. Physics, UBC
  24.