Home
last modified time | relevance | path

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

/art/runtime/base/
Darena_allocator.cc96 size_t lost_bytes = 0u; in Dump() local
100 lost_bytes += arena->RemainingSpace(); in Dump()
105 lost_bytes += lost_bytes_adjustment; in Dump()
108 << ", lost: " << lost_bytes << "\n"; in Dump()