HomeSort by relevance Sort by last modified time
    Searched full:allocator_end (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_common_linux.cc 67 uptr allocator_begin = 0, allocator_end = 0; local
68 GetAllocatorGlobalRange(&allocator_begin, &allocator_end);
70 CHECK_LE(allocator_begin, allocator_end);
71 CHECK_LT(allocator_end, end);
75 if (allocator_end < end)
76 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL",

Completed in 269 milliseconds