Searched refs:GetBlockBegin (Results 1 – 14 of 14) sorted by relevance
129 void *GetBlockBegin(const void *p) { in GetBlockBegin() function131 return primary_.GetBlockBegin(p); in GetBlockBegin()132 return secondary_.GetBlockBegin(p); in GetBlockBegin()139 return primary_.GetBlockBegin(p); in GetBlockBeginFastLocked()
165 return GetBlockBegin(p) != nullptr; in PointerIsMine()182 void *GetBlockBegin(const void *ptr) const { in GetBlockBegin() function
206 void *GetBlockBegin(const void *p) { in GetBlockBegin() function
259 void *GetBlockBegin(const void *p) { in GetBlockBegin() function
209 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_locate_address() 214 region_address = (uptr)allocator()->GetBlockBegin((void *)addr); in __tsan_locate_address() 249 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_get_alloc_stack()
112 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_external_assign_tag()
371 void *beg = allocator()->GetBlockBegin(p); in user_alloc_begin()468 return allocator()->GetBlockBegin(p) != 0; in __sanitizer_get_ownership()
300 block_begin = (uptr)a->GetBlockBegin((void *)addr); in AddLocation()
407 void *block = allocator.GetBlockBegin(reinterpret_cast<void*>(address)); in FindHeapChunkByAddress()420 const void *beg = allocator.GetBlockBegin(untagged_ptr); in AllocationBegin()435 const void *beg = allocator.GetBlockBegin(untagged_ptr); in AllocationSize()635 uptr chunk = reinterpret_cast<uptr>(__hwasan::allocator.GetBlockBegin(p)); in IgnoreObject()
187 void *beg = allocator.GetBlockBegin(p); in AllocationBegin()201 const void *beg = allocator.GetBlockBegin(p); in AllocationSize()
154 void *beg = allocator.GetBlockBegin(p); in GetMallocBegin()335 void *chunk = allocator.GetBlockBegin(p); in IgnoreObject()
306 void *beg = allocator.GetBlockBegin(p); in AllocationBegin()320 const void *beg = allocator.GetBlockBegin(p); in AllocationSize()
160 return get_allocator().GetBlockBegin(reinterpret_cast<void *>(this)); in AllocBeg()607 void *alloc_beg = allocator.GetBlockBegin(reinterpret_cast<void *>(p)); in GetMemprofChunkByAddr()
224 void *p = get_allocator().GetBlockBegin(m); in Recycle()832 void *alloc_beg = allocator.GetBlockBegin(reinterpret_cast<void *>(p)); in GetAsanChunkByAddr()