Searched defs:MAX_ALLOC_SIZE (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/runtime/tests/ | ||
| D | humongous_obj_allocator_test.cpp | 50 static constexpr size_t MAX_ALLOC_SIZE = 9_MB; member in panda::mem::HumongousObjAllocatorTest |
| D | freelist_allocator_test.cpp | 65 static constexpr size_t MAX_ALLOC_SIZE = NonObjectFreeListAllocator::GetMaxSize(); member in panda::mem::FreeListAllocatorTest |
| D | region_allocator_test.cpp | 751 static constexpr size_t MAX_ALLOC_SIZE = 5_MB; in TEST_F() local |