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

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 195 uptr allocator_begin = 0, allocator_end = 0; local in function:__lsan::ScanGlobalRange
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 in function:__lsan::ScanGlobalRange
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 in function:__lsan::ScanGlobalRange
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",

Completed in 37 milliseconds