CmMemoryAllocator.cpp 139 B

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