Home
last modified time | relevance | path

Searched defs:MAX_POOL_SIZE (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dshared_reference_storage.h111 static constexpr size_t MAX_POOL_SIZE = (sizeof(void *) > 4) ? 1_GB : 64_MB; variable
/arkcompiler/runtime_core/libpandabase/tests/
Dpool_map_test.cpp170 static constexpr size_t MAX_POOL_SIZE = 256 * MINIMAL_POOL_SIZE; variable
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dpool_map_test.cpp176 static constexpr size_t MAX_POOL_SIZE = 256U * MINIMAL_POOL_SIZE; in TEST_F() local