Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_common.cpp151 uptr smaps_len = 0; in GetMemoryProfile() local
152 if (!ReadFileToBuffer("/proc/self/smaps", &smaps, &smaps_cap, &smaps_len)) in GetMemoryProfile()
154 ParseUnixMemoryProfile(cb, stats, smaps, smaps_len); in GetMemoryProfile()
159 uptr smaps_len) { in ParseUnixMemoryProfile() argument
163 char *end = smaps + smaps_len; in ParseUnixMemoryProfile()
164 if (smaps_len < 2) in ParseUnixMemoryProfile()
H A Dsanitizer_common.h201 uptr smaps_len);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_procmaps_common.cc152 uptr smaps_len = 0; in GetMemoryProfile() local
153 if (!ReadFileToBuffer("/proc/self/smaps", &smaps, &smaps_cap, &smaps_len)) in GetMemoryProfile()
158 while (pos < smaps + smaps_len) { in GetMemoryProfile()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_common.cc148 uptr smaps_len = 0; in GetMemoryProfile() local
149 if (!ReadFileToBuffer("/proc/self/smaps", &smaps, &smaps_cap, &smaps_len)) in GetMemoryProfile()
154 while (pos < smaps + smaps_len) { in GetMemoryProfile()