|
Mark3 Realtime Kernel
|
This is the complete list of members for Mark3::AutoAlloc, including all inherited members.
| Allocate(AutoAllocType eType_, size_t sSize_) | Mark3::AutoAlloc | privatestatic |
| DestroyObject(T *pObj_) | Mark3::AutoAlloc | inlinestatic |
| DestroyRawData(void *pvData_) | Mark3::AutoAlloc | static |
| DestroyUserTypeAllocation(uint8_t eUserType_, void *pvObj_) | Mark3::AutoAlloc | static |
| Free(AutoAllocType eType_, void *pvObj_) | Mark3::AutoAlloc | privatestatic |
| Init(void) | Mark3::AutoAlloc | static |
| m_pfAllocator | Mark3::AutoAlloc | privatestatic |
| m_pfFree | Mark3::AutoAlloc | privatestatic |
| NewObject() | Mark3::AutoAlloc | inlinestatic |
| NewRawData(size_t sSize_) | Mark3::AutoAlloc | static |
| NewUserTypeAllocation(uint8_t eUserType_) | Mark3::AutoAlloc | static |
| SetAllocatorFunctions(AutoAllocAllocator_t pfAllocator_, AutoAllocFree_t pfFree_) | Mark3::AutoAlloc | static |