Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dmem.h64 static constexpr size_t MIN_HEAP_SIZE = 5_MB; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dgc_trigger_test.cpp64 static constexpr size_t MIN_HEAP_SIZE = 8_MB; member in ark::test::GCTriggerTest