Home
last modified time | relevance | path

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

/system/memory/libmeminfo/include/meminfo/
Dmeminfo.h79 struct Vma { struct
88 Vma() : start(0), end(0), offset(0), flags(0), name(""), inode(0), is_shared(false) {} in Vma() argument
89 Vma(uint64_t s, uint64_t e, uint64_t off, uint16_t f, const std::string& n, in Vma() argument
94 void clear() { memset(&usage, 0, sizeof(usage)); } in clear()
97 MemUsage usage;
/system/memory/libmeminfo/tools/
Dprocmem.cpp31 using Vma = ::android::meminfo::Vma; typedef