BsMemoryAllocator.cpp 130 B

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