Searched refs:allocator_end (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cc67 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 69 milliseconds