Searched refs:PercentFree (Results 1 – 10 of 10) sorted by relevance
79 int PercentFree() const;140 int PercentFree() const override { in PercentFree() function142 return impl_->PercentFree(); in PercentFree()
41 virtual int PercentFree() const = 0;
70 int PercentFree() const override { return 100; } in PercentFree() function
187 int CircularPool::PercentFree() const { in PercentFree() function in mindspore::dataset::CircularPool191 percent_free += p->PercentFree(); in PercentFree()
78 int PercentFree() const override;
64 int PercentFree() const;
118 << "Percent free = " << s.PercentFree() << "\n" in operator <<()375 int BuddySpace::PercentFree() const { in PercentFree() function in mindspore::dataset::BuddySpace
215 int ArenaImpl::PercentFree() const { in PercentFree() function in mindspore::dataset::ArenaImpl
189 int NumaMemoryPool::PercentFree() const { in PercentFree() function in mindspore::dataset::NumaMemoryPool193 percent_free += p->PercentFree(); in PercentFree()
44 int PercentFree() const override;