Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dmem.h58 static constexpr size_t MIN_HEAP_SIZE = 5_MB; variable
Dheap.cpp674 …ize_t newGlobalSpaceLimit = memController_->CalculateAllocLimit(GetHeapObjectSize(), MIN_HEAP_SIZE, in RecomputeLimits()
678 …globalSpaceNativeLimit_ = memController_->CalculateAllocLimit(GetGlobalNativeSize(), MIN_HEAP_SIZE, in RecomputeLimits()