Lines Matching refs:BlockBegin
75 void *BlockBegin = Allocator::getBlockBegin(Ptr, &NewHeader); in recycle() local
76 Cache.deallocate(NewHeader.ClassId, BlockBegin); in recycle()
617 void *BlockBegin = getBlockBegin(OldTaggedPtr, &OldHeader); variable
622 BlockEnd = reinterpret_cast<uptr>(BlockBegin) +
626 BlockEnd = SecondaryT::getBlockEnd(BlockBegin);
1108 void *BlockBegin = getBlockBegin(Ptr, &NewHeader); in quarantineOrDeallocateChunk() local
1113 TSD->Cache.deallocate(ClassId, BlockBegin); in quarantineOrDeallocateChunk()
1118 storeTags(reinterpret_cast<uptr>(BlockBegin), in quarantineOrDeallocateChunk()
1120 Secondary.deallocate(Options, BlockBegin); in quarantineOrDeallocateChunk()
1293 const char *BlockBegin; in getInlineErrorInfo() local
1295 if (!GetGranule(Addr, &BlockBegin, &BlockBeginTag)) in getInlineErrorInfo()
1297 uptr ChunkOffset = getChunkOffsetFromBlock(BlockBegin); in getInlineErrorInfo()
1341 if (MinDistance == 0 && CheckOOB(Info.BlockBegin)) in getInlineErrorInfo()
1345 if (CheckOOB(Info.BlockBegin + I * Info.BlockSize) || in getInlineErrorInfo()
1346 CheckOOB(Info.BlockBegin - I * Info.BlockSize)) in getInlineErrorInfo()