Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/demo/
Ddemo_DebugUtility.h289 s32 mainLeakSize = s_DeviceMemoryFreeSize - s_DeviceAllocator->GetFreeSize(); in TestMemoryLeak() local
298 if (mainLeakSize) in TestMemoryLeak()
301 "######### Device Memory Leak Detected !! (%d bytes)\n", mainLeakSize); in TestMemoryLeak()
317 s_AutoTester->NotifyMemoryLeak(mainLeakSize, particleLeakSize); in TestMemoryLeak()