Searched refs:smaps_len (Results 1 – 2 of 2) sorted by relevance
152 uptr smaps_len = 0; in GetMemoryProfile() local153 if (!ReadFileToBuffer("/proc/self/smaps", &smaps, &smaps_cap, &smaps_len)) in GetMemoryProfile()155 ParseUnixMemoryProfile(cb, stats, smaps, smaps_len); in GetMemoryProfile()160 uptr smaps_len) { in ParseUnixMemoryProfile() argument164 char *end = smaps + smaps_len; in ParseUnixMemoryProfile()165 if (smaps_len < 2) in ParseUnixMemoryProfile()
206 uptr smaps_len);