Searched refs:GetBlockBegin (Results 1 – 7 of 7) sorted by relevance
106 CHECK_EQ(x, a->GetBlockBegin(x)); in TestSizeClassAllocator()107 CHECK_EQ(x, a->GetBlockBegin(x + size - 1)); in TestSizeClassAllocator()138 Ident(a->GetBlockBegin(reinterpret_cast<void *>(x))); in TestSizeClassAllocator()215 void *beg = a->GetBlockBegin(x); in SizeClassAllocatorGetBlockBeginStress()389 CHECK_EQ(p, a.GetBlockBegin(p)); in TEST()390 CHECK_EQ(p, a.GetBlockBegin(p + size - 1)); in TEST()391 CHECK_EQ(p, a.GetBlockBegin(p + size / 2)); in TEST()403 CHECK_EQ(p, a.GetBlockBegin(p)); in TEST()404 CHECK_EQ(p, (char *)a.GetBlockBegin(p + page_size - 1)); in TEST()405 CHECK_NE(p, (char *)a.GetBlockBegin(p + page_size)); in TEST()
371 void *GetBlockBegin(const void *p) { in GetBlockBegin() function758 void *GetBlockBegin(const void *p) { in GetBlockBegin() function1104 return GetBlockBegin(p) != 0; in PointerIsMine()1121 void *GetBlockBegin(const void *ptr) { in GetBlockBegin() function1371 void *GetBlockBegin(const void *p) { in GetBlockBegin() function1373 return primary_.GetBlockBegin(p); in GetBlockBegin()1374 return secondary_.GetBlockBegin(p); in GetBlockBegin()1381 return primary_.GetBlockBegin(p); in GetBlockBeginFastLocked()
202 void *chunk = allocator.GetBlockBegin(p); in IgnoreObjectLocked()
213 return allocator()->GetBlockBegin(p) != 0; in __sanitizer_get_ownership()
321 void *block_begin = a->GetBlockBegin((void*)addr); in AddLocation()328 loc->heap_chunk_start = (uptr)allocator()->GetBlockBegin((void *)addr); in AddLocation()
197 const void *beg = allocator.GetBlockBegin(p); in AllocationSize()
122 return get_allocator().GetBlockBegin(reinterpret_cast<void *>(this)); in AllocBeg()596 void *alloc_beg = allocator.GetBlockBegin(reinterpret_cast<void *>(p)); in GetAsanChunkByAddr()