Searched defs:total_bytes_free (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc1140 size_t total_bytes_free = GetFreeMemory(); local
1141 oss << "Failed to allocate a " << byte_count << " byte allocation with " << total_bytes_free
1144 if (total_bytes_free >= byte_count) {

Completed in 12 milliseconds