Searched refs:GetBlockBegin (Results 1 – 12 of 12) sorted by relevance
135 void *GetBlockBegin(const void *p) { in GetBlockBegin() function137 return primary_.GetBlockBegin(p); in GetBlockBegin()138 return secondary_.GetBlockBegin(p); in GetBlockBegin()145 return primary_.GetBlockBegin(p); in GetBlockBeginFastLocked()
166 return GetBlockBegin(p) != nullptr; in PointerIsMine()183 void *GetBlockBegin(const void *ptr) { in GetBlockBegin() function
194 void *GetBlockBegin(const void *p) { in GetBlockBegin() function
183 void *GetBlockBegin(const void *p) { in GetBlockBegin() function
208 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_locate_address()213 region_address = (uptr)allocator()->GetBlockBegin((void *)addr); in __tsan_locate_address()248 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_get_alloc_stack()
104 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_external_assign_tag()
331 void *block_begin = a->GetBlockBegin((void*)addr); in AddLocation()338 loc->heap_chunk_start = (uptr)allocator()->GetBlockBegin((void *)addr); in AddLocation()
372 return allocator()->GetBlockBegin(p) != 0; in __sanitizer_get_ownership()
289 void *block = allocator.GetBlockBegin(reinterpret_cast<void*>(address)); in FindHeapChunkByAddress()300 const void *beg = allocator.GetBlockBegin(untagged_ptr); in AllocationSize()
282 void *chunk = allocator.GetBlockBegin(p); in IgnoreObjectLocked()
249 const void *beg = allocator.GetBlockBegin(p); in AllocationSize()
127 return get_allocator().GetBlockBegin(reinterpret_cast<void *>(this)); in AllocBeg()720 void *alloc_beg = allocator.GetBlockBegin(reinterpret_cast<void *>(p)); in GetAsanChunkByAddr()