|
ROSE
0.11.96.11
|
Small object support.
Small objects that inherit from this class will use a pool allocator instead of the global allocator.
Definition at line 19 of file SmallObject.h.
#include <SmallObject.h>
Static Public Member Functions | |
| static SynchronizedPoolAllocator & | poolAllocator () |
| Return the pool allocator for this class. | |
| static void * | operator new (size_t size) |
| static void | operator delete (void *ptr, size_t size) |
1.8.17