Home
last modified time | relevance | path

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

/bionic/tests/
Dmalloc_stress_test.cpp41 uint64_t rss_max = 0; in TEST() local
88 if (rss_bytes > rss_max) { in TEST()
89 rss_max = rss_bytes; in TEST()
99 printf(" Max %" PRIu64 " %0.2fMB\n", rss_max, rss_max / (1024.0 * 1024.0)); in TEST()