Searched refs:old_proc_self_maps (Results 1 – 1 of 1) sorted by relevance
99 ProcSelfMapsBuff old_proc_self_maps; in CacheMemoryMappings() local100 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()