UT_SmallObject< SubClass, cleanPages, pageSize, threadSafe, maxObjectSize, SuperClass > Class Template Reference
#include <UT_SmallObject.h>
List of all members.
Detailed Description
template<class SubClass, bool cleanPages = UT_SMALLOBJECT_CLEANPAGES_DEFAULT, int pageSize = UT_SMALLOBJECT_PAGESIZE_DEFAULT, bool threadSafe = UT_SMALLOBJECT_THREADSAFE_DEFAULT, size_t maxObjectSize = UT_SMALLOBJECT_MAXOBJECTSIZE_DEFAULT, class SuperClass = UT_SmallObjectDefaultSuperClass>
class UT_SmallObject< SubClass, cleanPages, pageSize, threadSafe, maxObjectSize, SuperClass >
Definition at line 96 of file UT_SmallObject.h.
Member Function Documentation
template<class SubClass, bool cleanPages = UT_SMALLOBJECT_CLEANPAGES_DEFAULT, int pageSize = UT_SMALLOBJECT_PAGESIZE_DEFAULT, bool threadSafe = UT_SMALLOBJECT_THREADSAFE_DEFAULT, size_t maxObjectSize = UT_SMALLOBJECT_MAXOBJECTSIZE_DEFAULT, class SuperClass = UT_SmallObjectDefaultSuperClass>
| static void UT_SmallObject< SubClass, cleanPages, pageSize, threadSafe, maxObjectSize, SuperClass >::operator delete |
( |
void * |
p, |
|
|
size_t |
size | |
|
) |
| | [inline, static] |
template<class SubClass, bool cleanPages = UT_SMALLOBJECT_CLEANPAGES_DEFAULT, int pageSize = UT_SMALLOBJECT_PAGESIZE_DEFAULT, bool threadSafe = UT_SMALLOBJECT_THREADSAFE_DEFAULT, size_t maxObjectSize = UT_SMALLOBJECT_MAXOBJECTSIZE_DEFAULT, class SuperClass = UT_SmallObjectDefaultSuperClass>
| static void* UT_SmallObject< SubClass, cleanPages, pageSize, threadSafe, maxObjectSize, SuperClass >::operator new |
( |
size_t |
, |
|
|
void * |
p | |
|
) |
| | [inline, static] |
template<class SubClass, bool cleanPages = UT_SMALLOBJECT_CLEANPAGES_DEFAULT, int pageSize = UT_SMALLOBJECT_PAGESIZE_DEFAULT, bool threadSafe = UT_SMALLOBJECT_THREADSAFE_DEFAULT, size_t maxObjectSize = UT_SMALLOBJECT_MAXOBJECTSIZE_DEFAULT, class SuperClass = UT_SmallObjectDefaultSuperClass>
| static void* UT_SmallObject< SubClass, cleanPages, pageSize, threadSafe, maxObjectSize, SuperClass >::operator new |
( |
size_t |
size |
) |
[inline, static] |
The documentation for this class was generated from the following file: