Searched refs:GetBlockBeginFastLocked (Results 1 – 6 of 6) sorted by relevance
137 void *GetBlockBeginFastLocked(const void *p) { in GetBlockBeginFastLocked() function140 return secondary_.GetBlockBeginFastLocked(p); in GetBlockBeginFastLocked()
218 void *GetBlockBeginFastLocked(const void *ptr) { in GetBlockBeginFastLocked() function
1082 EXPECT_EQ(p1, a.GetBlockBeginFastLocked(p1)); in TEST() 1083 EXPECT_EQ(p1, a.GetBlockBeginFastLocked(p1 + size / 2)); in TEST() 1084 EXPECT_EQ(p1, a.GetBlockBeginFastLocked(p1 + size - 1)); in TEST() 1085 EXPECT_EQ(p1, a.GetBlockBeginFastLocked(p1 - 100)); in TEST() 1090 EXPECT_EQ((void *)0, a.GetBlockBeginFastLocked(p)); in TEST() 1092 EXPECT_EQ((void *)0, a.GetBlockBeginFastLocked(p)); in TEST()
559 reinterpret_cast<uptr>(__hwasan::allocator.GetBlockBeginFastLocked(p)); in PointsIntoChunk() 575 void *block = __hwasan::allocator.GetBlockBeginFastLocked( in GetUserBegin()
281 uptr chunk = reinterpret_cast<uptr>(allocator.GetBlockBeginFastLocked(p)); in PointsIntoChunk()
841 allocator.GetBlockBeginFastLocked(reinterpret_cast<void *>(p)); in AllocationSize()