Searched defs:total_pss (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Ddlext_test.cpp291 size_t total_pss = 0; local
295 total_pss += usage.pss;
297 *pss_out = total_pss;
359 size_t total_pss = 0; local
363 total_pss += child_pss;
365 *pss_out = total_pss;

Completed in 313 milliseconds