Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_common.cc99 ProcSelfMapsBuff old_proc_self_maps; in CacheMemoryMappings() local
100 old_proc_self_maps = cached_proc_self_maps_; in CacheMemoryMappings()
103 cached_proc_self_maps_ = old_proc_self_maps; in CacheMemoryMappings()
105 if (old_proc_self_maps.mmaped_size) { in CacheMemoryMappings()
106 UnmapOrDie(old_proc_self_maps.data, in CacheMemoryMappings()
107 old_proc_self_maps.mmaped_size); in CacheMemoryMappings()