Fast Special-purpose Memory Allocation for C++ - Pool(C++)
C++ programs that allocate and free a lot of small objects can easily spend
most of their time in memory allocation.
One common way to reduce this overhead
is to write small,
special-purpose allocators for objects of commonly used classes.
This tutorial describes a class intended
to make it easier to write such allocators
and discusses its performance characteristics.
Next topic:
Introduction
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005