Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/tests/
Dheap_space_test.cpp137 static constexpr size_t SECOND_POOL_SIZE = INIT_HEAP_SIZE * 3 / 4; in TEST_F() local
170 static constexpr size_t SECOND_POOL_SIZE = 10_MB; in TEST_F() local
/arkcompiler/runtime_core/libpandabase/tests/
Dpool_map_test.cpp137 static constexpr size_t SECOND_POOL_SIZE = 10 * MINIMAL_POOL_SIZE; variable