#include <SmallObject.h>
The SmallObject class serves as a base class that can be used for these kind of small objects, providing a customized memory management that allocates memory in larger chunks rather than for each object individually. This specialized memory management is restricted to objects of not more than 64 bytes, however, if objects grow larger (e.g., objects of a derived class) the default memory allocation routines are used transparently.
![]() |
Copyright © 1998–2009 Forschungszentrum Jülich, Jülich Supercomputing Centre |