Home
last modified time | relevance | path

Searched defs:DEFAULT_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/mem/
Dmem.h131 constexpr Alignment DEFAULT_ALIGNMENT = GetLogAlignment(alignof(uintptr_t)); variable
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dmem.h136 constexpr Alignment DEFAULT_ALIGNMENT = GetLogAlignment(sizeof(uint64_t)); variable