Nazara Engine  0.4
A fast, complete, cross-platform API designed for game development
Nz::MemoryManager Member List

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::MemoryManagerstatic
EnableAllocationFilling(bool allocationFilling)Nz::MemoryManagerstatic
EnableAllocationLogging(bool logAllocations)Nz::MemoryManagerstatic
Free(void *pointer, bool multi=false)Nz::MemoryManagerstatic
GetAllocatedBlockCount()Nz::MemoryManagerstatic
GetAllocatedSize()Nz::MemoryManagerstatic
GetAllocationCount()Nz::MemoryManagerstatic
IsAllocationFillingEnabled()Nz::MemoryManagerstatic
IsAllocationLoggingEnabled()Nz::MemoryManagerstatic
NextFree(const char *file, unsigned int line)Nz::MemoryManagerstatic