Searched refs:MaxSlotSize (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | runslots_allocator_test.cpp | 111 i <= RunSlotsType::ConvertToPowerOfTwoUnsafe(RunSlotsType::MaxSlotSize()); i++) { in TEST_F() 174 for (size_t i = 1; i <= RunSlotsType::MaxSlotSize(); i++) { in TEST_F() 200 AllocateTooBigObjectTest<RunSlotsType::MaxSlotSize()>(); in TEST_F() 205 AlignedAllocFreeTest<1, RunSlotsType::MaxSlotSize(), LOG_ALIGN_MIN, RUNSLOTS_LOG_MAX_ALIGN>(); in TEST_F() 276 ObjectIteratorTest<1, RunSlotsType::MaxSlotSize(), LOG_ALIGN_MIN, RUNSLOTS_LOG_MAX_ALIGN>(); in TEST_F() 281 ObjectCollectionTest<1, RunSlotsType::MaxSlotSize(), LOG_ALIGN_MIN, RUNSLOTS_LOG_MAX_ALIGN>(); in TEST_F() 286 ObjectIteratorInRangeTest<1, RunSlotsType::MaxSlotSize(), LOG_ALIGN_MIN, RUNSLOTS_LOG_MAX_ALIGN>( in TEST_F() 298 VisitAndRemoveFreePools<POOLS_COUNT>(RunSlotsType::MaxSlotSize()); in TEST_F() 348 MtAllocFreeTest<1, RunSlotsType::MaxSlotSize(), THREADS_COUNT>(MIN_ELEMENTS_COUNT, MAX_ELEMENTS_COUNT); in TEST_F() 364 MtAllocIterateTest<1, RunSlotsType::MaxSlotSize(), THREADS_COUN in TEST_F() [all...] |
H A D | internal_allocator_test.cpp | 79 InfinitiveAllocate(RunSlots<>::MaxSlotSize()); in TEST_F() 131 void *mem = allocator_->Alloc(RunSlots<>::MaxSlotSize()); in TEST_F() 149 constexpr size_t N = RunSlots<>::MaxSlotSize() + DEFAULT_INTERNAL_ALIGNMENT_IN_BYTES; in TEST_F() 191 constexpr size_t N = RunSlots<>::MaxSlotSize() + DEFAULT_INTERNAL_ALIGNMENT_IN_BYTES; in TEST_F()
|
/arkcompiler/runtime_core/static_core/runtime/mem/ |
H A D | runslots.h | 73 static constexpr size_t MaxSlotSize() in MaxSlotSize() function in ark::mem::RunSlots
|
H A D | runslots_allocator_stl_adapter.h | 120 return RunSlots<>::MaxSlotSize() / sizeof(T); in max_size()
|
H A D | freelist_allocator.h | 31 static constexpr size_t PANDA_FREELIST_ALLOCATOR_MIN_SIZE = RunSlots<>::MaxSlotSize();
|
H A D | runslots_allocator.h | 139 return RunSlotsType::MaxSlotSize(); in GetMaxSize()
|
H A D | runslots_allocator-inl.h | 61 if (size > RunSlotsType::MaxSlotSize()) { in Alloc()
|
Completed in 6 milliseconds