Home
last modified time | relevance | path

Searched refs:SIZE_1K (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dcode_allocator_test.cpp65 ASSERT_TRUE(IsAligned(code_buff, 4 * SIZE_1K));
Dhash_test.cpp54 static constexpr size_t PAGE_SIZE = SIZE_1K * 4;
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator.h43 constexpr size_t ON_STACK_BUFFER_SIZE = 128 * SIZE_1K;
50 constexpr size_t DEFAULT_ON_STACK_ARENA_ALLOCATOR_BUFF_SIZE = 128 * SIZE_1K;
Dmem.h187 constexpr uint64_t SIZE_1K = 1_KB; variable