Home
last modified time | relevance | path

Searched refs:PercentFree (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Darena.h79 int PercentFree() const;
140 int PercentFree() const override { in PercentFree() function
142 return impl_->PercentFree(); in PercentFree()
Dmemory_pool.h41 virtual int PercentFree() const = 0;
Dsystem_pool.h70 int PercentFree() const override { return 100; } in PercentFree() function
Dcircular_pool.cc187 int CircularPool::PercentFree() const { in PercentFree() function in mindspore::dataset::CircularPool
191 percent_free += p->PercentFree(); in PercentFree()
Dcircular_pool.h78 int PercentFree() const override;
Dbuddy.h64 int PercentFree() const;
Dbuddy.cc118 << "Percent free = " << s.PercentFree() << "\n" in operator <<()
375 int BuddySpace::PercentFree() const { in PercentFree() function in mindspore::dataset::BuddySpace
Darena.cc215 int ArenaImpl::PercentFree() const { in PercentFree() function in mindspore::dataset::ArenaImpl
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_numa.cc189 int NumaMemoryPool::PercentFree() const { in PercentFree() function in mindspore::dataset::NumaMemoryPool
193 percent_free += p->PercentFree(); in PercentFree()
Dcache_numa.h44 int PercentFree() const override;