Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_malloc_mac.cc55 uptr arith_ptr = (uptr)ptr; in get_saved_cfallocator_ref() local
56 if ((arith_ptr & 0xFFF) > sizeof(CFAllocatorRef)) { in get_saved_cfallocator_ref()
58 (CFAllocatorRef*)(arith_ptr - sizeof(CFAllocatorRef)); in get_saved_cfallocator_ref()