#include <UT_SmallObjectAllocator.h>
Definition at line 19 of file UT_SmallObjectAllocator.h.
UT_SmallObjectAllocator::UT_SmallObjectAllocator |
( |
bool |
cleanPages, |
|
|
int |
pageSize, |
|
|
size_t |
maxObjectSize, |
|
|
bool |
threadSafe |
|
) |
| |
static void* UT_SmallObjectAllocator::aligned_allocate |
( |
size_t |
bytes, |
|
|
size_t |
alginment |
|
) |
| |
|
static |
static void UT_SmallObjectAllocator::aligned_free |
( |
void * |
p, |
|
|
size_t |
bytes |
|
) |
| |
|
static |
static void* UT_SmallObjectAllocator::allocate |
( |
size_t |
bytes | ) |
|
|
static |
static void UT_SmallObjectAllocator::deallocate |
( |
void * |
p, |
|
|
size_t |
bytes |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: