Searched refs:free_heap (Results 1 – 1 of 1) sorted by relevance
2004 size_t free_heap = UnsignedDifference(growth_limit_, curr_bytes_allocated); in AllocateInternalWithGc() local2006 double free_heap_ratio = static_cast<double>(free_heap) / growth_limit_; in AllocateInternalWithGc()