Added MemoryManager::GetAllocationCount()

Former-commit-id: 32f4f0780fdd32ac72a7e94732958bdd688844c6
This commit is contained in:
Lynix
2014-04-24 21:20:14 +02:00
parent 4ef5f6fb3d
commit a3f877daf1
2 changed files with 12 additions and 12 deletions

View File

@@ -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);