Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc2001 int64_t bytes_freed_before = GetBytesFreedEver(); in AllocateInternalWithGc() local
2005 int64_t newly_freed = GetBytesFreedEver() - bytes_freed_before; in AllocateInternalWithGc()
2057 bytes_freed_before = GetBytesFreedEver(); in AllocateInternalWithGc()
2111 } while (GetBytesFreedEver() - bytes_freed_before > min_freed_to_continue); in AllocateInternalWithGc()