HomeSort by: relevance | last modified time | path
    Searched refs:Frontier (Results 1 - 4 of 4) 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.h 116 typedef InternalMmapVector<uptr> Frontier;
120 void ProcessGlobalRegions(Frontier *frontier);
121 void ProcessPlatformSpecificAllocations(Frontier *frontier);
129 void ScanRootRegion(Frontier *frontier, RootRegion const &region,
135 Frontier *frontier,
137 void ScanGlobalRange(uptr begin, uptr end, Frontier *frontier)
    [all...]
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...]
lsan_common_mac.cc 119 void ProcessGlobalRegions(Frontier *frontier) {
141 ScanGlobalRange(range.beg, range.end, frontier);
146 void ProcessPlatformSpecificAllocations(Frontier *frontier) {
165 ScanRangeForPointers(address, end_address, frontier, "GLOBAL",
183 ScanRootRegion(frontier, (*root_regions)[i], address, end_address,

Completed in 13 milliseconds