Searched refs:allocator_begin (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);
69 if (begin <= allocator_begin && allocator_begin < end) {
70 CHECK_LE(allocator_begin, allocator_end);
72 if (begin < allocator_begin)
73 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL",

Completed in 938 milliseconds