Searched refs:mappings (Results 1 – 1 of 1) sorted by relevance
42 std::ifstream mappings("/proc/self/maps"); in get_gwp_asan_ranges() local43 if (!mappings.good()) { in get_gwp_asan_ranges()48 while (std::getline(mappings, line)) { in get_gwp_asan_ranges()