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

/art/runtime/
H A Druntime_stats.h72 allocated_bytes = 0;
94 uint64_t allocated_bytes; variable
H A Druntime.cc1278 return stats->allocated_bytes;
/art/runtime/gc/
H A Dheap-inl.h159 thread_stats->allocated_bytes += bytes_allocated;
162 global_stats->allocated_bytes += bytes_allocated;

Completed in 69 milliseconds