Home
last modified time | relevance | path

Searched refs:s_DeviceMemoryFreeSize (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/demo/
Ddemo_DebugUtility.h269 s_DeviceMemoryFreeSize = s_DeviceAllocator->GetFreeSize(); in ResetMemoryLeakTester()
289 s32 mainLeakSize = s_DeviceMemoryFreeSize - s_DeviceAllocator->GetFreeSize(); in TestMemoryLeak()
342 static size_t s_DeviceMemoryFreeSize;
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_DebugUtility.cpp29 size_t DebugUtility::s_DeviceMemoryFreeSize = 0; member in nw::demo::DebugUtility