Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc5072 size_t alloc_byte_count = 0; in GetRecentAllocations() local
5081 alloc_byte_count += 4u + 2u + 2u + 1u; in GetRecentAllocations()
5091 alloc_byte_count += record->GetDepth() * (2u + 2u + 2u + 2u); in GetRecentAllocations()
5134 size_t reserve_size = bytes.size() + alloc_byte_count; in GetRecentAllocations()