Searched refs:cached_proc_self_maps_ (Results 1 – 2 of 2) sorted by relevance
24 ProcSelfMapsBuff MemoryMappingLayout::cached_proc_self_maps_; member in __sanitizer::MemoryMappingLayout86 if (proc_self_maps_.data != cached_proc_self_maps_.data) { in ~MemoryMappingLayout()100 old_proc_self_maps = cached_proc_self_maps_; in CacheMemoryMappings()101 ReadProcMaps(&cached_proc_self_maps_); in CacheMemoryMappings()102 if (cached_proc_self_maps_.mmaped_size == 0) { in CacheMemoryMappings()103 cached_proc_self_maps_ = old_proc_self_maps; in CacheMemoryMappings()114 if (cached_proc_self_maps_.data) { in LoadFromCache()115 proc_self_maps_ = cached_proc_self_maps_; in LoadFromCache()
65 static ProcSelfMapsBuff cached_proc_self_maps_; variable