Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_SoundHeap.h276 size_t GetFreeSize() const in GetFreeSize() function
279 return m_FrameHeap.GetFreeSize(); in GetFreeSize()
Dsnd_PlayerHeap.h63 size_t GetFreeSize() const;
Dsnd_FrameHeap.h115 u32 GetFreeSize() const;
/NW4C-1.3.3/include/nw/demo/
Ddemo_DebugUtility.h267 s_DeviceMemoryFreeSize = s_DeviceAllocator->GetFreeSize(); in ResetMemoryLeakTester()
270 s_ParticleMemoryFreeSize = s_ParticleAllocator->GetFreeSize(); in ResetMemoryLeakTester()
287 s32 mainLeakSize = s_DeviceMemoryFreeSize - s_DeviceAllocator->GetFreeSize(); in TestMemoryLeak()
291 particleLeakSize = s_ParticleMemoryFreeSize - s_ParticleAllocator->GetFreeSize(); in TestMemoryLeak()
Ddemo_Memory.h203 size_t GetFreeSize();
Ddemo_Particle.h604 if (this->GetFreeSize() == 0) in LeaseInstance()
705 return this->GetFreeSize() + this->GetActiveSize(); in GetPoolSize()
709 int GetFreeSize() const in GetFreeSize() function
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_PlayerHeap.cpp149 size_t PlayerHeap::GetFreeSize() const in GetFreeSize() function in nw::snd::internal::PlayerHeap
Dsnd_FrameHeap.cpp321 u32 FrameHeap::GetFreeSize() const in GetFreeSize() function in nw::snd::internal::FrameHeap
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_Memory.cpp159 DemoAllocator::GetFreeSize() in GetFreeSize() function in nw::demo::DemoAllocator
Ddemo_AutoTester.cpp458 data.deviceMemoryUsed = deviceAllocator->GetTotalSize() - deviceAllocator->GetFreeSize(); in NotifyMemoryStatus()
461 … data.particleMemoryUsed = particleAllocator->GetTotalSize() - particleAllocator->GetFreeSize(); in NotifyMemoryStatus()