Home
last modified time | relevance | path

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

/art/runtime/
Druntime_stats.h72 allocated_bytes = 0; in Clear()
94 uint64_t allocated_bytes; member
Druntime.cc2079 return stats->allocated_bytes; in GetStat()
/art/runtime/gc/
Dheap-inl.h209 thread_stats->allocated_bytes += bytes_allocated; in AllocObjectWithAllocator()
212 global_stats->allocated_bytes += bytes_allocated; in AllocObjectWithAllocator()