Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h658 static constexpr int ALLOCATE_SIZE_LIMIT = 100_KB; variable
Dheap.cpp1012 if (allocateSize < ALLOCATE_SIZE_LIMIT) { in TryTriggerIncrementalMarking()