Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_common.cpp152 uptr smaps_len = 0; in GetMemoryProfile() local
153 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() argument
164 char *end = smaps + smaps_len; in ParseUnixMemoryProfile()
165 if (smaps_len < 2) in ParseUnixMemoryProfile()
H A Dsanitizer_common.h206 uptr smaps_len);