From: | Alexander Niven-Jenkins |
Date: | 12 Aug 2000 at 10:52:55 |
Subject: | Re: memory allocation fcns |
Hiya Allan,
On 12-Aug-00, you wrote:
> If you use C++ then new & delete are much better. They can be overloaded
> on a pr. class basis, and you can also add new arguments to the
> operators.
Do you have some examples of what you do here? ATM I am using plain new
and delete... However my routines within large loops do a lot of small
allocations and deallocations do it would be nice to see the kind of thing
you do.
Kind regards...
Alex