Searched refs:GetFreeSize (Results 1 – 10 of 10) sorted by relevance
278 size_t GetFreeSize() const in GetFreeSize() function281 return m_FrameHeap.GetFreeSize(); in GetFreeSize()
65 size_t GetFreeSize() const;
117 u32 GetFreeSize() const;
269 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()
608 if (this->GetFreeSize() == 0) in LeaseInstance()709 return this->GetFreeSize() + this->GetActiveSize(); in GetPoolSize()713 int GetFreeSize() const in GetFreeSize() function
208 size_t GetFreeSize();
157 size_t PlayerHeap::GetFreeSize() const in GetFreeSize() function in nw::snd::internal::PlayerHeap
338 u32 FrameHeap::GetFreeSize() const in GetFreeSize() function in nw::snd::internal::FrameHeap
161 DemoAllocator::GetFreeSize() in GetFreeSize() function in nw::demo::DemoAllocator
460 data.deviceMemoryUsed = deviceAllocator->GetTotalSize() - deviceAllocator->GetFreeSize(); in NotifyMemoryStatus()463 … data.particleMemoryUsed = particleAllocator->GetTotalSize() - particleAllocator->GetFreeSize(); in NotifyMemoryStatus()