#include <FastAllocator.h>
Definition at line 358 of file FastAllocator.h.
◆ FastAllocatorGeneral()
| FastAllocatorGeneral::FastAllocatorGeneral |
( |
| ) |
|
◆ Alloc()
| WWINLINE void * FastAllocatorGeneral::Alloc |
( |
unsigned int | n | ) |
|
◆ Free()
| WWINLINE void FastAllocatorGeneral::Free |
( |
void * | pAlloc | ) |
|
◆ Get_Allocator()
◆ Get_Total_Actual_Memory_Usage()
| unsigned FastAllocatorGeneral::Get_Total_Actual_Memory_Usage |
( |
| ) |
|
|
inline |
◆ Get_Total_Allocated_Size()
| WWINLINE unsigned FastAllocatorGeneral::Get_Total_Allocated_Size |
( |
| ) |
|
◆ Get_Total_Allocation_Count()
| WWINLINE unsigned FastAllocatorGeneral::Get_Total_Allocation_Count |
( |
| ) |
|
◆ Get_Total_Heap_Size()
| WWINLINE unsigned FastAllocatorGeneral::Get_Total_Heap_Size |
( |
| ) |
|
◆ Realloc()
| WWINLINE void * FastAllocatorGeneral::Realloc |
( |
void * | pAlloc, |
|
|
unsigned int | n ) |
◆ ActualMemoryUsage
| unsigned FastAllocatorGeneral::ActualMemoryUsage |
|
protected |
◆ AllocatedWithMalloc
| unsigned FastAllocatorGeneral::AllocatedWithMalloc |
|
protected |
◆ AllocatedWithMallocCount
| unsigned FastAllocatorGeneral::AllocatedWithMallocCount |
|
protected |
◆ allocators
◆ CriticalSections
◆ MemoryLeakLogEnabled
| bool FastAllocatorGeneral::MemoryLeakLogEnabled |
|
protected |
The documentation for this class was generated from the following files: