Searched refs:bytes_freed_before (Results 1 – 1 of 1) sorted by relevance
2001 int64_t bytes_freed_before = GetBytesFreedEver(); in AllocateInternalWithGc() local2005 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()