Home | History | Annotate | Download | only in gc

Lines Matching refs:total_bytes_free

936   size_t total_bytes_free = GetFreeMemory();
937 oss << "Failed to allocate a " << byte_count << " byte allocation with " << total_bytes_free
940 if (total_bytes_free >= byte_count) {