Home
last modified time | relevance | path

Searched defs:bytesInHeapAfterGc (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/
Dstw-gc.cpp72 [[maybe_unused]] size_t bytesInHeapAfterGc = memStats->GetFootprintHeap(); in RunPhasesImpl() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.cpp381 size_t bytesInHeapAfterGc = GetPandaVm()->GetMemStats()->GetFootprintHeap(); in RunPhases() local
1018 void GC::FireGCFinished(const GCTask &task, size_t bytesInHeapBeforeGc, size_t bytesInHeapAfterGc) in FireGCFinished()