Searched refs:cached_proc_self_maps (Results 1 – 1 of 1) sorted by relevance
23 static ProcSelfMapsBuff cached_proc_self_maps; variable93 if (data_.proc_self_maps.data != cached_proc_self_maps.data) in ~MemoryMappingLayout()109 if (cached_proc_self_maps.mmaped_size) in CacheMemoryMappings()110 UnmapOrDie(cached_proc_self_maps.data, cached_proc_self_maps.mmaped_size); in CacheMemoryMappings()111 cached_proc_self_maps = new_proc_self_maps; in CacheMemoryMappings()116 if (cached_proc_self_maps.data) in LoadFromCache()117 data_.proc_self_maps = cached_proc_self_maps; in LoadFromCache()