Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc2005 int64_t newly_freed = GetBytesFreedEver() - bytes_freed_before; in AllocateInternalWithGc() local
2007 double newly_freed_ratio = static_cast<double>(newly_freed) / growth_limit_; in AllocateInternalWithGc()