Home
last modified time | relevance | path

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

/art/runtime/
Druntime_stats.h74 allocated_bytes = 0; in Clear()
96 uint64_t allocated_bytes; member
Druntime.cc2529 return stats->allocated_bytes; in GetStat()
/art/runtime/gc/
Dheap-inl.h227 thread_stats->allocated_bytes += bytes_allocated; in AllocObjectWithAllocator()
230 global_stats->allocated_bytes += bytes_allocated; in AllocObjectWithAllocator()