Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundHeap.h278 size_t GetFreeSize() const in GetFreeSize() function
281 return m_FrameHeap.GetFreeSize(); in GetFreeSize()
Dsnd_PlayerHeap.h65 size_t GetFreeSize() const;
Dsnd_FrameHeap.h117 u32 GetFreeSize() const;
/NW4C-2.0.3/include/nw/demo/
Ddemo_DebugUtility.h269 s_DeviceMemoryFreeSize = s_DeviceAllocator->GetFreeSize(); in ResetMemoryLeakTester()
272 s_ParticleMemoryFreeSize = s_ParticleAllocator->GetFreeSize(); in ResetMemoryLeakTester()
289 s32 mainLeakSize = s_DeviceMemoryFreeSize - s_DeviceAllocator->GetFreeSize(); in TestMemoryLeak()
293 particleLeakSize = s_ParticleMemoryFreeSize - s_ParticleAllocator->GetFreeSize(); in TestMemoryLeak()
Ddemo_Particle.h608 if (this->GetFreeSize() == 0) in LeaseInstance()
709 return this->GetFreeSize() + this->GetActiveSize(); in GetPoolSize()
713 int GetFreeSize() const in GetFreeSize() function
Ddemo_Memory.h208 size_t GetFreeSize();
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_PlayerHeap.cpp157 size_t PlayerHeap::GetFreeSize() const in GetFreeSize() function in nw::snd::internal::PlayerHeap
Dsnd_FrameHeap.cpp338 u32 FrameHeap::GetFreeSize() const in GetFreeSize() function in nw::snd::internal::FrameHeap
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_Memory.cpp161 DemoAllocator::GetFreeSize() in GetFreeSize() function in nw::demo::DemoAllocator
Ddemo_AutoTester.cpp460 data.deviceMemoryUsed = deviceAllocator->GetTotalSize() - deviceAllocator->GetFreeSize(); in NotifyMemoryStatus()
463 … data.particleMemoryUsed = particleAllocator->GetTotalSize() - particleAllocator->GetFreeSize(); in NotifyMemoryStatus()