Searched refs:youngSpaceCommitSize_ (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ | ||
D | full_gc.h | 48 size_t youngSpaceCommitSize_ = 0; variable |
D | full_gc.cpp | 72 youngSpaceCommitSize_ = heap_->GetNewSpace()->GetCommittedSize(); in Initialize() |