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.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.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...]

Completed in 78 milliseconds