Nazara Engine
0.4
A fast, complete, cross-platform API designed for game development
|
This is the complete list of members for Nz::MemoryManager, including all inherited members.
Allocate(std::size_t size, bool multi=false, const char *file=nullptr, unsigned int line=0) | Nz::MemoryManager | static |
EnableAllocationFilling(bool allocationFilling) | Nz::MemoryManager | static |
EnableAllocationLogging(bool logAllocations) | Nz::MemoryManager | static |
Free(void *pointer, bool multi=false) | Nz::MemoryManager | static |
GetAllocatedBlockCount() | Nz::MemoryManager | static |
GetAllocatedSize() | Nz::MemoryManager | static |
GetAllocationCount() | Nz::MemoryManager | static |
IsAllocationFillingEnabled() | Nz::MemoryManager | static |
IsAllocationLoggingEnabled() | Nz::MemoryManager | static |
NextFree(const char *file, unsigned int line) | Nz::MemoryManager | static |