Home
last modified time | relevance | path

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

/aosp12/bionic/libc/upstream-netbsd/lib/libc/include/isc/
H A Dheap.h27 int heap_size; member
/aosp12/art/runtime/gc/
H A Dheap.h959 void TraceHeapSize(size_t heap_size);
H A Dheap.cc2522 void Heap::TraceHeapSize(size_t heap_size) { in TraceHeapSize() argument
2523 ATraceIntegerValue("Heap size (KB)", heap_size / KB); in TraceHeapSize()