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