Searched refs:cached_proc_self_maps_ (Results 1 – 2 of 2) sorted by relevance
22 ProcSelfMapsBuff MemoryMappingLayout::cached_proc_self_maps_; member in __sanitizer::MemoryMappingLayout84 if (proc_self_maps_.data != cached_proc_self_maps_.data) { in ~MemoryMappingLayout()98 old_proc_self_maps = cached_proc_self_maps_; in CacheMemoryMappings()99 ReadProcMaps(&cached_proc_self_maps_); in CacheMemoryMappings()100 if (cached_proc_self_maps_.mmaped_size == 0) { in CacheMemoryMappings()101 cached_proc_self_maps_ = old_proc_self_maps; in CacheMemoryMappings()112 if (cached_proc_self_maps_.data) { in LoadFromCache()113 proc_self_maps_ = cached_proc_self_maps_; in LoadFromCache()
66 static ProcSelfMapsBuff cached_proc_self_maps_; variable