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

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 195 uptr allocator_begin = 0, allocator_end = 0; local
196 GetAllocatorGlobalRange(&allocator_begin, &allocator_end);
197 if (begin <= allocator_begin && allocator_begin < end) {
198 CHECK_LE(allocator_begin, allocator_end);
200 if (begin < allocator_begin)
201 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL",
lsan_common.cc 195 uptr allocator_begin = 0, allocator_end = 0; local
196 GetAllocatorGlobalRange(&allocator_begin, &allocator_end);
197 if (begin <= allocator_begin && allocator_begin < end) {
198 CHECK_LE(allocator_begin, allocator_end);
200 if (begin < allocator_begin)
201 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL",
lsan_common.cc 195 uptr allocator_begin = 0, allocator_end = 0; local
196 GetAllocatorGlobalRange(&allocator_begin, &allocator_end);
197 if (begin <= allocator_begin && allocator_begin < end) {
198 CHECK_LE(allocator_begin, allocator_end);
200 if (begin < allocator_begin)
201 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL",
lsan_common.cc 195 uptr allocator_begin = 0, allocator_end = 0; local
196 GetAllocatorGlobalRange(&allocator_begin, &allocator_end);
197 if (begin <= allocator_begin && allocator_begin < end) {
198 CHECK_LE(allocator_begin, allocator_end);
200 if (begin < allocator_begin)
201 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL",
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.cpp 222 uptr allocator_begin = 0, allocator_end = 0; local
223 GetAllocatorGlobalRange(&allocator_begin, &allocator_end);
224 if (begin <= allocator_begin && allocator_begin < end) {
225 CHECK_LE(allocator_begin, allocator_end);
227 if (begin < allocator_begin)
228 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL",
lsan_common.cpp 222 uptr allocator_begin = 0, allocator_end = 0; local
223 GetAllocatorGlobalRange(&allocator_begin, &allocator_end);
224 if (begin <= allocator_begin && allocator_begin < end) {
225 CHECK_LE(allocator_begin, allocator_end);
227 if (begin < allocator_begin)
228 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL",
lsan_common.cpp 222 uptr allocator_begin = 0, allocator_end = 0; local
223 GetAllocatorGlobalRange(&allocator_begin, &allocator_end);
224 if (begin <= allocator_begin && allocator_begin < end) {
225 CHECK_LE(allocator_begin, allocator_end);
227 if (begin < allocator_begin)
228 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL",
lsan_common.cpp 222 uptr allocator_begin = 0, allocator_end = 0; local
223 GetAllocatorGlobalRange(&allocator_begin, &allocator_end);
224 if (begin <= allocator_begin && allocator_begin < end) {
225 CHECK_LE(allocator_begin, allocator_end);
227 if (begin < allocator_begin)
228 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL",

Completed in 115 milliseconds