#include <UT_SmallAlloc.h>
Public Member Functions | |
| UT_SmallAlloc (size_t page_size) | |
| ~UT_SmallAlloc () | |
| void * | alloc (size_t size) |
| void | clear () |
| int64 | getMemoryUsage () const |
Definition at line 30 of file UT_SmallAlloc.h.
| UT_SmallAlloc::UT_SmallAlloc | ( | size_t | page_size | ) |
| UT_SmallAlloc::~UT_SmallAlloc | ( | ) |
| void* UT_SmallAlloc::alloc | ( | size_t | size | ) |
| void UT_SmallAlloc::clear | ( | ) |
| int64 UT_SmallAlloc::getMemoryUsage | ( | void | ) | const [inline] |
Definition at line 40 of file UT_SmallAlloc.h.
1.5.9