Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_numa.cc26 int64_t total_avail = 0; in NumaMemoryPool() local
56 total_avail += success * arena_sz; in NumaMemoryPool()
60 total_avail += success * arena_sz; in NumaMemoryPool()
64 total_avail += success * arena_sz; in NumaMemoryPool()
66 memory_cap_ = total_avail; in NumaMemoryPool()