Searched refs:GetBlockBegin (Results 1 – 7 of 7) sorted by relevance
118 CHECK_EQ(x, a->GetBlockBegin(x)); in TestSizeClassAllocator()119 CHECK_EQ(x, a->GetBlockBegin(x + size - 1)); in TestSizeClassAllocator()150 Ident(a->GetBlockBegin(reinterpret_cast<void *>(x))); in TestSizeClassAllocator()227 void *beg = a->GetBlockBegin(x); in SizeClassAllocatorGetBlockBeginStress()400 CHECK_EQ(p, a.GetBlockBegin(p)); in TEST()401 CHECK_EQ(p, a.GetBlockBegin(p + size - 1)); in TEST()402 CHECK_EQ(p, a.GetBlockBegin(p + size / 2)); in TEST()414 CHECK_EQ(p, a.GetBlockBegin(p)); in TEST()415 CHECK_EQ(p, (char *)a.GetBlockBegin(p + page_size - 1)); in TEST()416 CHECK_NE(p, (char *)a.GetBlockBegin(p + page_size)); in TEST()
385 void *GetBlockBegin(const void *p) { in GetBlockBegin() function783 void *GetBlockBegin(const void *p) { in GetBlockBegin() function1133 return GetBlockBegin(p) != nullptr; in PointerIsMine()1150 void *GetBlockBegin(const void *ptr) { in GetBlockBegin() function1400 void *GetBlockBegin(const void *p) { in GetBlockBegin() function1402 return primary_.GetBlockBegin(p); in GetBlockBegin()1403 return secondary_.GetBlockBegin(p); in GetBlockBegin()1410 return primary_.GetBlockBegin(p); in GetBlockBeginFastLocked()
204 void *chunk = allocator.GetBlockBegin(p); in IgnoreObjectLocked()
214 const void *beg = allocator.GetBlockBegin(p); in AllocationSize()
290 return allocator()->GetBlockBegin(p) != 0; in __sanitizer_get_ownership()
326 void *block_begin = a->GetBlockBegin((void*)addr); in AddLocation()333 loc->heap_chunk_start = (uptr)allocator()->GetBlockBegin((void *)addr); in AddLocation()
122 return get_allocator().GetBlockBegin(reinterpret_cast<void *>(this)); in AllocBeg()605 void *alloc_beg = allocator.GetBlockBegin(reinterpret_cast<void *>(p)); in GetAsanChunkByAddr()