ug4
|
#include <small_object_allocator.h>
Public Member Functions | |
virtual | ~SmallObject () |
Static Public Member Functions | |
static void | operator delete (void *p, std::size_t size) |
static void * | operator new (std::size_t size) |
This class implements the operators new and delete, so that they use the SmallObjectAllocator. By deriving from this class, your objects will be allocated through the SmallObjectAllocator too.
|
inlinevirtual |
|
static |
|
static |