Searched refs:allocator_end (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
H A D | lsan_common.cc | 195 uptr allocator_begin = 0, allocator_end = 0; in ScanGlobalRange() local 196 GetAllocatorGlobalRange(&allocator_begin, &allocator_end); in ScanGlobalRange() 198 CHECK_LE(allocator_begin, allocator_end); in ScanGlobalRange() 199 CHECK_LE(allocator_end, end); in ScanGlobalRange() 203 if (allocator_end < end) in ScanGlobalRange() 204 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", kReachable); in ScanGlobalRange()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
H A D | lsan_common.cc | 193 uptr allocator_begin = 0, allocator_end = 0; in ScanGlobalRange() local 194 GetAllocatorGlobalRange(&allocator_begin, &allocator_end); in ScanGlobalRange() 196 CHECK_LE(allocator_begin, allocator_end); in ScanGlobalRange() 197 CHECK_LE(allocator_end, end); in ScanGlobalRange() 201 if (allocator_end < end) in ScanGlobalRange() 202 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", kReachable); in ScanGlobalRange()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
H A D | lsan_common.cpp | 222 uptr allocator_begin = 0, allocator_end = 0; in ScanGlobalRange() local 223 GetAllocatorGlobalRange(&allocator_begin, &allocator_end); in ScanGlobalRange() 225 CHECK_LE(allocator_begin, allocator_end); in ScanGlobalRange() 226 CHECK_LE(allocator_end, end); in ScanGlobalRange() 230 if (allocator_end < end) in ScanGlobalRange() 231 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", kReachable); in ScanGlobalRange()
|