HomeSort by relevance Sort by last modified time
    Searched defs:frontier (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/lsan/
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...]
lsan_common.cc 128 // chunks. Marks those chunks with |tag| and adds them to |frontier|.
132 // so |frontier| = 0.
134 Frontier *frontier,
165 if (frontier)
166 frontier->push_back(chunk);
171 Frontier *frontier = reinterpret_cast<Frontier *>(arg); local
172 ScanRangeForPointers(begin, end, frontier, "FAKE STACK", kReachable)
    [all...]

Completed in 404 milliseconds