[Ace-users] ACE_Allocator and ACE_NEW

Martin MAG1301 at gmx.net
Fri Nov 30 10:03:07 CST 2007


I've created my own memory allocator based on ACE_New_Allocator for a
real time system. I aim for using the real time memory manager without
calling new (ACE_NEW, ...) anymore. A firts test with an
ACE_Unbounded_Stack, ... was succesfull.

Now I've recognised that beside the allocator strategy ACE_NEW is
still used in many classes. E.g. in ACE_String_Base ...

All those ACE_NEW calls will bypass my allocator.
Can you tell we how to handle this?

Thanks
Martin


More information about the Ace-users mailing list