Searched refs:max_malloc_size_ (Results 1 – 3 of 3) sorted by relevance
26 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()
68 size_t max_malloc_size_ = 0; variable
28 static const size_t max_malloc_size_ = GetMaxMallocSize(); variable297 if (data_size > max_malloc_size_) { in MallocData()