Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_common.cc151 uptr smaps_cap = 0; in GetMemoryProfile() local
153 if (!ReadFileToBuffer("/proc/self/smaps", &smaps, &smaps_cap, &smaps_len)) in GetMemoryProfile()
170 UnmapOrDie(smaps, smaps_cap); in GetMemoryProfile()