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