CommonLibSSE NG
|
This is the complete list of members for RE::GMemory, including all inherited members.
Alloc(UPInt a_count) | RE::GMemory | static |
Alloc(UPInt a_count, UPInt a_al) | RE::GMemory | static |
AllocAutoHeap(const void *a_ptr, UPInt a_count) | RE::GMemory | static |
AllocAutoHeap(const void *a_ptr, UPInt a_count, UPInt a_al) | RE::GMemory | static |
AllocInHeap(GMemoryHeap *a_heap, UPInt a_count) | RE::GMemory | static |
AllocInHeap(GMemoryHeap *a_heap, UPInt a_count, UPInt a_al) | RE::GMemory | static |
ArenaIsEmpty(UPInt a_arena) | RE::GMemory | static |
CreateArena(UPInt a_arena, GSysAllocPaged *a_sysAlloc) | RE::GMemory | static |
DestroyArena(UPInt a_arena) | RE::GMemory | static |
DetectMemoryLeaks() | RE::GMemory | static |
Free(void *a_ptr) | RE::GMemory | static |
FreeInHeap(GMemoryHeap *a_heap, void *a_ptr) | RE::GMemory | static |
GetGlobalHeap() | RE::GMemory | static |
GetGlobalHeapRef() | RE::GMemory | protectedstatic |
GetHeapByAddress(const void *a_ptr) | RE::GMemory | static |
Realloc(void *a_ptr, UPInt a_newCount) | RE::GMemory | static |
SetGlobalHeap(GMemoryHeap *a_heap) | RE::GMemory | static |