Home
last modified time | relevance | path

Searched refs:NEW_ALLOCATED_SHARED_OBJECT_SIZE_LIMIT (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.h1542 static constexpr size_t NEW_ALLOCATED_SHARED_OBJECT_SIZE_LIMIT = DEFAULT_SHARED_HEAP_SIZE / 10; // 10 : ten times. member in panda::panda::ecmascript::Heap
H A Dheap.cpp2058 if (newAllocatedSharedObjectSize_ >= NEW_ALLOCATED_SHARED_OBJECT_SIZE_LIMIT) { in TryTriggerFullMarkBySharedSize()

Completed in 7 milliseconds