| 1 | //************************************ bs::framework - Copyright 2018 Marko Pintera **************************************// |
|---|---|
| 2 | //*********** Licensed under the MIT license. See LICENSE.md for full terms. This notice is not to be removed. ***********// |
| 3 | #include "Prerequisites/BsPrerequisitesUtil.h" |
| 4 | |
| 5 | namespace bs |
| 6 | { |
| 7 | UINT64 BS_THREADLOCAL MemoryCounter::Allocs = 0; |
| 8 | UINT64 BS_THREADLOCAL MemoryCounter::Frees = 0; |
| 9 | } |