Searched defs:bytes_allocated_before_gc (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc2413 const uint64_t bytes_allocated_before_gc = GetBytesAllocated(); local
2415 ATRACE_INT("Heap size (KB)", bytes_allocated_before_gc / KB);
2475 GrowForUtilization(collector, bytes_allocated_before_gc);
3272 uint64_t bytes_allocated_before_gc) {
3324 CHECK_GE(bytes_allocated + freed_bytes, bytes_allocated_before_gc);
3326 bytes_allocated_before_gc;
3271 GrowForUtilization(collector::GarbageCollector* collector_ran, uint64_t bytes_allocated_before_gc) argument

Completed in 46 milliseconds