Home
last modified time | relevance | path

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

/bionic/tests/
Dmalloc_stress_test.cpp43 uint64_t vss_max = 0; in TEST() local
94 if (vss_bytes > vss_max) { in TEST()
95 vss_max = vss_bytes; in TEST()
102 printf(" Max %" PRIu64 " %0.2fMB\n", vss_max, vss_max / (1024.0 * 1024.0)); in TEST()