Searched defs:frontier (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libsanitizer/lsan/
H A Dlsan_common_linux.cc55 Frontier *frontier = reinterpret_cast<Frontier *>(data); local
84 void ProcessGlobalRegions(Frontier *frontier) { argument
103 Frontier *frontier; member in struct:__lsan::ProcessPlatformAllocParam
146 void ProcessPlatformSpecificAllocations(Frontier *frontier) { argument
[all...]
H A Dlsan_common.cc194 Frontier *frontier = reinterpret_cast<Frontier *>(arg); local
156 ScanRangeForPointers(uptr begin, uptr end, Frontier *frontier, const char *region_type, ChunkTag tag) argument
199 ProcessThreads(SuspendedThreadsList const &suspended_threads, Frontier *frontier) argument
265 ProcessRootRegion(Frontier *frontier, uptr root_begin, uptr root_end) argument
286 ProcessRootRegions(Frontier *frontier) argument
296 FloodFillTag(Frontier *frontier, ChunkTag tag) argument
[all...]

Completed in 56 milliseconds