Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Darena_allocator_test.cpp80 for (Alignment align = LOG_ALIGN_MIN; align <= LOG_ALIGN_MAX; in AllocateWithAlignment() local
123 …size_t align = MIN_LOG_ALIGN_SIZE_T + random_value % (MAX_LOG_ALIGN_SIZE_T - MIN_LOG_ALIGN_SIZE_T); in AllocateWithDiffAlignment() local
448 for (Alignment align = LOG_ALIGN_MIN; align <= LOG_ALIGN_MAX; variable
465 for (Alignment align = LOG_ALIGN_MIN; align <= LOG_ALIGN_MAX; variable
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator.cpp91 void *ArenaAllocatorT<use_oom_handler>::Alloc(size_t size, Alignment align) in Alloc()