Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/
H A Drunslots.cpp36 ASSERT_PRINT(!(ToUintPtr(this) & RUNSLOTS_ALIGNMENT_MASK), "RunSlots object must have alignment"); in Initialize()
H A Drunslots.h32 static constexpr size_t RUNSLOTS_ALIGNMENT_MASK = (1UL << RUNSLOTS_ALIGNMENT) - 1; member
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Drunslots_allocator_test.cpp195 AllocateReuseTest(RUNSLOTS_ALIGNMENT_MASK); in TEST_F()

Completed in 2 milliseconds