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