Public Attributes | |
CMemoryHeap * | m_pHeap |
FastHeapAccessMode | m_accessMode |
CriticalSection * | m_debugSafetyCheckCritSec |
Settings environment for Fast Heap and Lookaside Allocator
FastHeapAccessMode Proud::CFastHeapSettings::m_accessMode |
Threading mode
CriticalSection* Proud::CFastHeapSettings::m_debugSafetyCheckCritSec |
This is Critical section object that checks if only 1 thread uses this fast heap.
CMemoryHeap* Proud::CFastHeapSettings::m_pHeap |
If memory manager intends to let other Heap to be used rather than previously created custom Heap from ProudNet then this is where pointer of CMemoryHeap object to be entered.