Home
last modified time | relevance | path

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

/art/compiler/utils/
Darena_allocator.cc86 size_t lost_bytes = 0u; in Dump() local
90 lost_bytes += arena->RemainingSpace(); in Dump()
95 lost_bytes += lost_bytes_adjustment; in Dump()
98 << ", lost: " << lost_bytes << "\n"; in Dump()