#include <UT_SmallObjectAllocator.h>
Public Member Functions | |
| UT_SmallObjectAllocator (bool cleanPages, int pageSize, size_t maxObjectSize, bool threadSafe) | |
| ~UT_SmallObjectAllocator () | |
| void * | allocate (size_t numBytes) |
| void | deallocate (void *p, size_t size) |
Definition at line 28 of file UT_SmallObjectAllocator.h.
| UT_SmallObjectAllocator::UT_SmallObjectAllocator | ( | bool | cleanPages, | |
| int | pageSize, | |||
| size_t | maxObjectSize, | |||
| bool | threadSafe | |||
| ) |
| UT_SmallObjectAllocator::~UT_SmallObjectAllocator | ( | ) |
| void* UT_SmallObjectAllocator::allocate | ( | size_t | numBytes | ) |
| void UT_SmallObjectAllocator::deallocate | ( | void * | p, | |
| size_t | size | |||
| ) |
1.5.9