Searched refs:heap_size (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/
H A Dheap.h1091 void TraceHeapSize(size_t heap_size);
H A Dheap.cc2498 void Heap::TraceHeapSize(size_t heap_size) { argument
2499 ATRACE_INT("Heap size (KB)", heap_size / KB);

Completed in 122 milliseconds