Searched refs:GetBlockBegin (Results 1 – 14 of 14) sorted by relevance
131 void *GetBlockBegin(const void *p) { in GetBlockBegin() function133 return primary_.GetBlockBegin(p); in GetBlockBegin()134 return secondary_.GetBlockBegin(p); in GetBlockBegin()141 return primary_.GetBlockBegin(p); in GetBlockBeginFastLocked()
165 return GetBlockBegin(p) != nullptr; in PointerIsMine()182 void *GetBlockBegin(const void *ptr) { in GetBlockBegin() function
205 void *GetBlockBegin(const void *p) { in GetBlockBegin() function
259 void *GetBlockBegin(const void *p) { in GetBlockBegin() function
207 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_locate_address()212 region_address = (uptr)allocator()->GetBlockBegin((void *)addr); in __tsan_locate_address()247 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()
342 void *block_begin = a->GetBlockBegin((void*)addr); in AddLocation()349 loc->heap_chunk_start = (uptr)allocator()->GetBlockBegin((void *)addr); in AddLocation()
387 return allocator()->GetBlockBegin(p) != 0; in __sanitizer_get_ownership()
308 void *block = allocator.GetBlockBegin(reinterpret_cast<void*>(address)); in FindHeapChunkByAddress()319 const void *beg = allocator.GetBlockBegin(untagged_ptr); in AllocationSize()
170 const void *beg = allocator.GetBlockBegin(p); in AllocationSize()
303 void *chunk = allocator.GetBlockBegin(p); in IgnoreObjectLocked()
109 return get_allocator().GetBlockBegin(reinterpret_cast<void *>(this)); in AllocBeg()721 void *alloc_beg = allocator.GetBlockBegin(reinterpret_cast<void *>(p)); in GetMemprofChunkByAddr()
259 const void *beg = allocator.GetBlockBegin(p); in AllocationSize()
201 void *p = get_allocator().GetBlockBegin(m); in Recycle()793 void *alloc_beg = allocator.GetBlockBegin(reinterpret_cast<void *>(p)); in GetAsanChunkByAddr()