CmMemoryAllocator.cpp 136 B

1234567
  1. #include "CmPrerequisitesUtil.h"
  2. namespace BansheeEngine
  3. {
  4. UINT64 MemoryCounter::Allocs = 0;
  5. UINT64 MemoryCounter::Frees = 0;
  6. }