Home
last modified time | relevance | path

Searched refs:MIN_HEAP_SIZE (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dgc_trigger_test.cpp52 return new mem::GCAdaptiveTriggerHeap(nullptr, nullptr, MIN_HEAP_SIZE, in CreateGCTriggerHeap()
64 static constexpr size_t MIN_HEAP_SIZE = 8_MB; member in ark::test::GCTriggerTest
76 static constexpr size_t CURRENT_HEAP_SIZE = MIN_HEAP_SIZE; in TEST_F()
77 static constexpr size_t FIRST_THRESHOLD = 2U * MIN_HEAP_SIZE; in TEST_F()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem.h62 static constexpr size_t MIN_HEAP_SIZE = 5_MB; member
H A Dheap.cpp1633 size_t newGlobalSpaceLimit = memController_->CalculateAllocLimit(GetHeapObjectSize(), MIN_HEAP_SIZE, in RecomputeLimits()
1637 globalSpaceNativeLimit_ = memController_->CalculateAllocLimit(GetGlobalNativeSize(), MIN_HEAP_SIZE, in RecomputeLimits()

Completed in 5 milliseconds