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