Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_Memory.cpp168 DemoAllocator::GetTotalSize() in GetTotalSize() function in nw::demo::DemoAllocator
170 return m_Heap.GetTotalSize(); in GetTotalSize()
Ddemo_AutoTester.cpp460 data.deviceMemoryUsed = deviceAllocator->GetTotalSize() - deviceAllocator->GetFreeSize(); in NotifyMemoryStatus()
463 … data.particleMemoryUsed = particleAllocator->GetTotalSize() - particleAllocator->GetFreeSize(); in NotifyMemoryStatus()
/NW4C-2.0.3/include/nw/ut/
Dut_HeapBase.h103 s32 GetTotalSize() { return ((s32)(mHeapEnd) - (s32)(this)); } in GetTotalSize() function
/NW4C-2.0.3/include/nw/demo/
Ddemo_Memory.h215 size_t GetTotalSize();