lsan_common_linux.cc | 60 Frontier *frontier = reinterpret_cast<Frontier *>(data); local 76 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL", 79 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", 82 ScanRangeForPointers(begin, end, frontier, "GLOBAL", kReachable); 89 void ProcessGlobalRegions(Frontier *frontier) { 91 dl_iterate_phdr(ProcessGlobalRegionsCallback, frontier); 104 Frontier *frontier member in struct:__lsan::ProcessPlatformAllocParam [all...] |