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