home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / cplus / 12593 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  1.1 KB

  1. Path: sparky!uunet!portal!lll-winken!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!bru!sabaac!stan
  2. From: stan@sabaac.NoSubdomain.NoDomain (Andrew Staniszewski)
  3. Newsgroups: comp.lang.c++
  4. Subject: help?? is their a method for solving dynamic allocation problemes in c++
  5. Message-ID: <1992Aug19.203838.20501@bmw.mayo.edu>
  6. Date: 19 Aug 92 20:38:38 GMT
  7. Sender: stan@sabaac (Andrew Staniszewski)
  8. Reply-To: staniszewski@mayo.edu
  9. Organization: Mayo Foundation
  10. Lines: 14
  11.  
  12. The problem I am looking at is to track down where my dynamic memory problems are
  13. using new and delete. I have a nice set of replacement routines for the alloc
  14. routines and free routines which help tracking these problems. But, when it comes
  15. to replaceing the new and delete oprator, this becomes a real problem. It seems
  16. possible to do this for new, since the global operator can be overloaded, but
  17. this is a little awkward. AND the global delete cannot be overloaded PERIOD.
  18.  
  19. first, can anyone give me suggestions on this problem??
  20.  
  21. second: SHOULD THERE BE A STANDARD METHOD OF APPROACHING THIS PROBLEM BUILT INTO
  22. THE LANGUAGE???
  23.  
  24.  
  25. staniszewski@mayo.edu
  26.