Searched defs:GetCurrentCapacity (Results 1 – 4 of 4) sorted by relevance
39 size_t GetCurrentCapacity() const override { return 0; } in GetCurrentCapacity() function in common::test::TestAllocator
32 size_t GetCurrentCapacity() const override { return 0; } in GetCurrentCapacity() function in common::StubAllocator
329 size_t HeapImpl::GetCurrentCapacity() const { return theSpace_->GetCurrentCapacity(); } in GetCurrentCapacity() function in common::HeapImpl
124 …size_t GetCurrentCapacity() const override { return regionManager_.GetInactiveZone() - reservedSta… in GetCurrentCapacity() function