Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_mac.cpp91 uptr last_byte_plus_one = 0; in mi_extra_init() local
94 __lsan::GetAllocatorGlobalRange(&(mi->allocator_ptr), &last_byte_plus_one); in mi_extra_init()
96 CHECK_GT(last_byte_plus_one, mi->allocator_ptr); in mi_extra_init()
97 mi->allocator_size = last_byte_plus_one - (mi->allocator_ptr); in mi_extra_init()