Home
last modified time | relevance | path

Searched refs:RUNSLOTS_ALIGNMENT_IN_BYTES (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
H A Drunslots.h30 static constexpr size_t RUNSLOTS_ALIGNMENT_IN_BYTES = PAGE_SIZE; member
33 static_assert((1UL << RUNSLOTS_ALIGNMENT) == RUNSLOTS_ALIGNMENT_IN_BYTES);
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Drunslots_allocator_test.cpp50 static constexpr size_t DEFAULT_POOL_ALIGNMENT_FOR_ALLOC = RUNSLOTS_ALIGNMENT_IN_BYTES;
90 void *mem = aligned_alloc(RUNSLOTS_ALIGNMENT_IN_BYTES, RUNSLOTS_SIZE); in TestRunSlots()
H A Dmem_stats_test.cpp219 void *mem = aligned_alloc(RUNSLOTS_ALIGNMENT_IN_BYTES, POOL_SIZE); in TEST_F()

Completed in 3 milliseconds