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.cc155 uptr smaps_cap = 0; in GetMemoryProfile() local
157 &smaps, &smaps_cap, 64<<20); in GetMemoryProfile()
173 UnmapOrDie(smaps, smaps_cap); in GetMemoryProfile()