reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
79 ReadProcMaps(&data_.proc_self_maps); 80 if (cache_enabled && data_.proc_self_maps.mmaped_size == 0) 93 if (data_.proc_self_maps.data != cached_proc_self_maps.data) 94 UnmapOrDie(data_.proc_self_maps.data, data_.proc_self_maps.mmaped_size); 94 UnmapOrDie(data_.proc_self_maps.data, data_.proc_self_maps.mmaped_size); 98 data_.current = data_.proc_self_maps.data; 117 data_.proc_self_maps = cached_proc_self_maps;projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_linux.cpp
34 char *last = data_.proc_self_maps.data + data_.proc_self_maps.len; 34 char *last = data_.proc_self_maps.data + data_.proc_self_maps.len;