HomeSort by: relevance | last modified time | path
    Searched defs:frontier (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_linux.cc 81 Frontier *frontier = reinterpret_cast<Frontier *>(data); local in function:__lsan::ProcessGlobalRegionsCallback
91 ScanGlobalRange(begin, end, frontier);
97 void ProcessGlobalRegions(Frontier *frontier) {
99 dl_iterate_phdr(ProcessGlobalRegionsCallback, frontier);
104 void ProcessPlatformSpecificAllocations(Frontier *frontier) {}
lsan_common.cc 152 // chunks. Marks those chunks with |tag| and adds them to |frontier|.
156 // so |frontier| = 0.
158 Frontier *frontier,
188 if (frontier)
189 frontier->push_back(chunk);
194 void ScanGlobalRange(uptr begin, uptr end, Frontier *frontier) {
201 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL",
204 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", kReachable)
211 Frontier *frontier = reinterpret_cast<Frontier *>(arg); local in function:__lsan::ForEachExtraStackRangeCb
389 Frontier *frontier; member in struct:__lsan::InvalidPCParam
449 Frontier frontier; local in function:__lsan::ClassifyAllChunks
    [all...]

Completed in 13 milliseconds