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;
267 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()
203 size_t GetFreeSize();
604 if (this->GetFreeSize() == 0) in LeaseInstance()705 return this->GetFreeSize() + this->GetActiveSize(); in GetPoolSize()709 int GetFreeSize() const in GetFreeSize() function
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
159 DemoAllocator::GetFreeSize() in GetFreeSize() function in nw::demo::DemoAllocator
458 data.deviceMemoryUsed = deviceAllocator->GetTotalSize() - deviceAllocator->GetFreeSize(); in NotifyMemoryStatus()461 … data.particleMemoryUsed = particleAllocator->GetTotalSize() - particleAllocator->GetFreeSize(); in NotifyMemoryStatus()