Home
last modified time | relevance | path

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

/system/memory/libmeminfo/libdmabufinfo/tools/
Ddmabuf_dump.cpp82 std::map<pid_t, uint64_t> per_pid_size = {}; in PrintDmaBufTable() local
110 per_pid_size[pid] += buf.size() / 1024; in PrintDmaBufTable()
123 printf("%19" PRIu64 " kB |", per_pid_size[pid]); in PrintDmaBufTable()