home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / cplus / 18119 < prev    next >
Encoding:
Text File  |  1992-12-17  |  1.3 KB  |  27 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!mcsun!sunic!dkuug!daimi!sabroe
  3. From: sabroe@daimi.aau.dk (Morten Sabroe Mortensen)
  4. Subject: Re: Operator "new" - how to catch array-allocation?
  5. Message-ID: <1992Dec17.131239.8036@daimi.aau.dk>
  6. Sender: news@daimi.aau.dk
  7. Organization: DAIMI: Computer Science Department, Aarhus University, Denmark
  8. References: <1992Dec14.143339.26314@daimi.aau.dk>
  9. Date: Thu, 17 Dec 92 13:12:39 GMT
  10. Lines: 15
  11.  
  12. The reason I raised this in the first place is, I'm about to build my own
  13. special-purpose-heap-manager, -the way I would like it to work, is to attach
  14. "something" to a given class, and then the result should be, that all dynamic
  15. allocation involving that class should be managed - the way you allocate
  16. should be independent of how heap-management is controlled - controlled by
  17. the normal general-purpose manager or a special-purpose manager!
  18. As I see it, -now-, I can't get this independency - except when allocating 
  19. single instances of the used class! Right?
  20.  
  21.         -- Morten.
  22.  
  23. ---------------------------------------------------------------------------
  24.  Morten Sabroe Mortensen,         e-mail: sabroe@daimi.aau.dk
  25.  Department of Computer-science - University of Aarhus, Denmark.
  26. ---------------------------------------------------------------------------
  27.