Home
last modified time | relevance | path

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

/NW4C-1.2.23/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.2.23/include/nw/demo/
Ddemo_DebugUtility.h175 s_DeviceMemoryFreeSize = deviceAllocator->GetFreeSize(); in ResetMemoryLeakTester()
178 s_ParticleMemoryFreeSize = particleAllocator->GetFreeSize(); in ResetMemoryLeakTester()
201 s32 mainLeakSize = s_DeviceMemoryFreeSize - deviceAllocator->GetFreeSize(); in TestMemoryLeak()
205 particleLeakSize = s_ParticleMemoryFreeSize - particleAllocator->GetFreeSize(); in TestMemoryLeak()
Ddemo_Particle.h493 if (this->GetFreeSize() == 0) in LeaseInstance()
587 return this->GetFreeSize() + this->GetActiveSize(); in GetPoolSize()
591 int GetFreeSize() const in GetFreeSize() function
Ddemo_Memory.h203 size_t GetFreeSize();
/NW4C-1.2.23/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
Dsnd_SoundArchivePlayer.cpp1200 if ( pPlayerHeap->GetFreeSize() < fileStream->GetSize() ) in PrepareSeqImpl()
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_Memory.cpp159 DemoAllocator::GetFreeSize() in GetFreeSize() function in nw::demo::DemoAllocator