Home
last modified time | relevance | path

Searched refs:GetOutOfMemoryOvershootSize (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_param_configuration.h141 size_t GetOutOfMemoryOvershootSize() const in GetOutOfMemoryOvershootSize() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dspace.h136 size_t GetOutOfMemoryOvershootSize() const in GetOutOfMemoryOvershootSize() function
Dheap-inl.h37 …ze_t oomOvershootSize = GetEcmaVM()->GetEcmaParamConfiguration().GetOutOfMemoryOvershootSize(); \
263 … size_t oomOvershootSize = GetEcmaVM()->GetEcmaParamConfiguration().GetOutOfMemoryOvershootSize(); in AllocateHugeObject()
Dheap.h449 … return totalSize >= oldSpace_->GetMaximumCapacity() + oldSpace_->GetOutOfMemoryOvershootSize(); in OldSpaceExceedCapacity()