Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_linux.cc280 char *smaps = 0; in GetMemoryProfile() local
283 &smaps, &smaps_cap, 64<<20); in GetMemoryProfile()
286 const char *pos = smaps; in GetMemoryProfile()
287 while (pos < smaps + smaps_len) { in GetMemoryProfile()
299 UnmapOrDie(smaps, smaps_cap); in GetMemoryProfile()
/external/chromium_org/tools/linux/
Dprocfs.py689 def smaps(self): member in _ProcessMemory
734 print ' smaps: %d' % (procs[pid].smaps.size * 1024)
740 print ' smaps: %d' % (procs[pid].smaps.rss * 1024)