Home
last modified time | relevance | path

Searched refs:total_bytes_free (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/
Dheap.cc1379 size_t total_bytes_free = GetFreeMemory(); in ThrowOutOfMemoryError() local
1380 oss << "Failed to allocate a " << byte_count << " byte allocation with " << total_bytes_free in ThrowOutOfMemoryError()
1386 if (total_bytes_free >= byte_count) { in ThrowOutOfMemoryError()
1405 << " total_bytes_free:" << total_bytes_free; in ThrowOutOfMemoryError()