Home
last modified time | relevance | path

Searched defs:SimplifiedMemStats (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/include/
Dnative_memory_profiler_sa_client_manager.h25 struct SimplifiedMemStats { struct
26 size_t size = 0;
27 size_t allocated = 0;
51 static int32_t StartPrintSimplifiedNmd(pid_t pid, std::vector<SimplifiedMemStats>& memStats); argument