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

/art/runtime/gc/
H A Dheap.h448 size_t total_memory = GetTotalMemory(); local
450 return total_memory - std::min(total_memory, byte_allocated);
H A Dheap.cc2183 const size_t total_memory = GetTotalMemory(); local
2195 << PrettySize(total_memory) << ", " << "paused " << pause_string.str()

Completed in 70 milliseconds