Added MemoryManager::GetAllocationCount()
Former-commit-id: 32f4f0780fdd32ac72a7e94732958bdd688844c6
This commit is contained in:
@@ -18,6 +18,7 @@ class NAZARA_API NzMemoryManager
|
||||
|
||||
static unsigned int GetAllocatedBlockCount();
|
||||
static std::size_t GetAllocatedSize();
|
||||
static unsigned int GetAllocationCount();
|
||||
|
||||
static void NextFree(const char* file, unsigned int line);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user