Home
last modified time | relevance | path

Searched refs:MaxSlotSize (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
H A Drunslots_allocator_test.cpp111 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 Dinternal_allocator_test.cpp79 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 Drunslots.h73 static constexpr size_t MaxSlotSize() in MaxSlotSize() function in ark::mem::RunSlots
H A Drunslots_allocator_stl_adapter.h120 return RunSlots<>::MaxSlotSize() / sizeof(T); in max_size()
H A Dfreelist_allocator.h31 static constexpr size_t PANDA_FREELIST_ALLOCATOR_MIN_SIZE = RunSlots<>::MaxSlotSize();
H A Drunslots_allocator.h139 return RunSlotsType::MaxSlotSize(); in GetMaxSize()
H A Drunslots_allocator-inl.h61 if (size > RunSlotsType::MaxSlotSize()) { in Alloc()

Completed in 6 milliseconds