Home
last modified time | relevance | path

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

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