Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/runtime/
Dinner_allocator.cc26 max_malloc_size_ = lite::GetMaxMallocSize(); in DefaultAllocator()
54 if (size > max_malloc_size_) { in Malloc()
58 if (this->total_size_ >= max_malloc_size_) { in Malloc()
Dinner_allocator.h68 size_t max_malloc_size_ = 0; variable
/third_party/mindspore/mindspore/lite/src/
Dtensor.cc28 static const size_t max_malloc_size_ = GetMaxMallocSize(); variable
297 if (data_size > max_malloc_size_) { in MallocData()