reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
93 if (data_.proc_self_maps.data != cached_proc_self_maps.data) 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); 98 data_.current = data_.proc_self_maps.data; 110 UnmapOrDie(cached_proc_self_maps.data, cached_proc_self_maps.mmaped_size); 116 if (cached_proc_self_maps.data)projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_linux.cpp
20 if (!ReadFileToBuffer("/proc/self/maps", &proc_maps->data, 22 proc_maps->data = nullptr; 34 char *last = data_.proc_self_maps.data + data_.proc_self_maps.len;