Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Darena_allocator_test.cpp250 constexpr size_t SIZE_2 = SIZE << 1; variable
324 constexpr size_t SIZE_2 = SIZE << 1; variable
/arkcompiler/runtime_core/runtime/tests/
Dallocator_test_base.h760 static constexpr size_t SIZE_2 = SIZE_1 * 3; in AllocateReuseTest() local