ROSE  0.11.96.11
Static Public Member Functions | List of all members
Sawyer::SmallObject Class Reference

Description

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 SynchronizedPoolAllocatorpoolAllocator ()
 Return the pool allocator for this class.
 
static void * operator new (size_t size)
 
static void operator delete (void *ptr, size_t size)
 

The documentation for this class was generated from the following file: