Searched refs:total_bytes_free (Results 1 – 1 of 1) sorted by relevance
615 int64_t total_bytes_free = GetFreeMemory(); in AllocObject() local616 oss << "Failed to allocate a " << byte_count << " byte allocation with " << total_bytes_free in AllocObject()619 if (!large_object_allocation && total_bytes_free >= byte_count) { in AllocObject()