Searched refs:GetBlockBeginFastLocked (Results 1 – 4 of 4) sorted by relevance
751 EXPECT_EQ(p1, a.GetBlockBeginFastLocked(p1)); in TEST()752 EXPECT_EQ(p1, a.GetBlockBeginFastLocked(p1 + size / 2)); in TEST()753 EXPECT_EQ(p1, a.GetBlockBeginFastLocked(p1 + size - 1)); in TEST()754 EXPECT_EQ(p1, a.GetBlockBeginFastLocked(p1 - 100)); in TEST()759 EXPECT_EQ((void *)0, a.GetBlockBeginFastLocked(p)); in TEST()761 EXPECT_EQ((void *)0, a.GetBlockBeginFastLocked(p)); in TEST()
152 uptr chunk = reinterpret_cast<uptr>(allocator.GetBlockBeginFastLocked(p)); in PointsIntoChunk()
120 return get_allocator().GetBlockBeginFastLocked( in AllocBeg()603 allocator.GetBlockBeginFastLocked(reinterpret_cast<void *>(p)); in GetAsanChunkByAddrFastLocked()
1145 void *GetBlockBeginFastLocked(void *ptr) { in GetBlockBeginFastLocked() function1379 void *GetBlockBeginFastLocked(void *p) { in GetBlockBeginFastLocked() function1382 return secondary_.GetBlockBeginFastLocked(p); in GetBlockBeginFastLocked()