Searched refs:smaps (Results 1 – 2 of 2) sorted by relevance
280 char *smaps = 0; in GetMemoryProfile() local283 &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()
689 def smaps(self): member in _ProcessMemory734 print ' smaps: %d' % (procs[pid].smaps.size * 1024)740 print ' smaps: %d' % (procs[pid].smaps.rss * 1024)