Home
last modified time | relevance | path

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

/system/extras/memory_replay/
DNativeInfo.cpp39 size_t total_pss_bytes = 0; in GetNativeInfo() local
57 total_pss_bytes += native_pss_kB * 1024; in GetNativeInfo()
60 *pss_bytes = total_pss_bytes; in GetNativeInfo()