Searched refs:GetFreeSize (Results 1 – 10 of 10) sorted by relevance
276 size_t GetFreeSize() const in GetFreeSize() function279 return m_FrameHeap.GetFreeSize(); in GetFreeSize()
63 size_t GetFreeSize() const;
115 u32 GetFreeSize() const;
175 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()
493 if (this->GetFreeSize() == 0) in LeaseInstance()587 return this->GetFreeSize() + this->GetActiveSize(); in GetPoolSize()591 int GetFreeSize() const in GetFreeSize() function
203 size_t GetFreeSize();
149 size_t PlayerHeap::GetFreeSize() const in GetFreeSize() function in nw::snd::internal::PlayerHeap
321 u32 FrameHeap::GetFreeSize() const in GetFreeSize() function in nw::snd::internal::FrameHeap
1200 if ( pPlayerHeap->GetFreeSize() < fileStream->GetSize() ) in PrepareSeqImpl()
159 DemoAllocator::GetFreeSize() in GetFreeSize() function in nw::demo::DemoAllocator