HomeSort by: relevance | last modified time | path
    Searched defs:allocator_end (Results 1 - 1 of 1) 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);
198 CHECK_LE(allocator_begin, allocator_end);
199 CHECK_LE(allocator_end, end);
203 if (allocator_end < end)
204 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", kReachable);

Completed in 33 milliseconds