Home | History | Annotate | Download | only in gc

Lines Matching defs:total_bytes_free

615     int64_t total_bytes_free = GetFreeMemory();
616 oss << "Failed to allocate a " << byte_count << " byte allocation with " << total_bytes_free
619 if (!large_object_allocation && total_bytes_free >= byte_count) {