Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/tests/
Dgc_trigger_test.cpp55 static constexpr size_t MIN_HEAP_SIZE = 8_MB; member in panda::test::GCTriggerTest
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem.h53 static constexpr size_t MIN_HEAP_SIZE = 5_MB; variable