Fast Special-purpose Memory Allocation for C++ - Pool(3C++)
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
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004