Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_common_linux.cc70 uptr allocator_begin = 0, allocator_end = 0; in ProcessGlobalRegionsCallback() local
71 GetAllocatorGlobalRange(&allocator_begin, &allocator_end); in ProcessGlobalRegionsCallback()
73 CHECK_LE(allocator_begin, allocator_end); in ProcessGlobalRegionsCallback()
74 CHECK_LT(allocator_end, end); in ProcessGlobalRegionsCallback()
78 if (allocator_end < end) in ProcessGlobalRegionsCallback()
79 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", in ProcessGlobalRegionsCallback()