reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_common.cpp
   93   if (data_.proc_self_maps.data != cached_proc_self_maps.data)
  109   if (cached_proc_self_maps.mmaped_size)
  110     UnmapOrDie(cached_proc_self_maps.data, cached_proc_self_maps.mmaped_size);
  110     UnmapOrDie(cached_proc_self_maps.data, cached_proc_self_maps.mmaped_size);
  111   cached_proc_self_maps = new_proc_self_maps;
  116   if (cached_proc_self_maps.data)
  117     data_.proc_self_maps = cached_proc_self_maps;