Home
last modified time | relevance | path

Searched refs:SIZE_1K (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dcode_allocator_test.cpp71 ASSERT_TRUE(IsAligned(codeBuff, 4U * SIZE_1K)); in TEST_F()
H A Dhash_test.cpp54 static constexpr size_t PAGE_SIZE = SIZE_1K * 4U;
/arkcompiler/runtime_core/libpandabase/tests/
H A Dcode_allocator_test.cpp65 ASSERT_TRUE(IsAligned(code_buff, 4 * SIZE_1K)); in HWTEST_F()
H A Dhash_test.cpp54 static constexpr size_t PAGE_SIZE = SIZE_1K * 4;
/arkcompiler/runtime_core/libpandabase/mem/
H A 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;
H A Dmem.h187 constexpr uint64_t SIZE_1K = 1_KB; member
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A 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;
H A Dmem.h213 constexpr uint64_t SIZE_1K = 1_KB; member

Completed in 7 milliseconds