Searched refs:kAlignmentInBytes (Results 1 – 2 of 2) sorted by relevance
49 size = RoundUp(size, kAlignmentInBytes); in AsanNew()68 DCHECK(IsAligned(result, kAlignmentInBytes)); in AsanNew()92 position_ = RoundUp(keep->start(), kAlignmentInBytes); in Reset()94 DCHECK_LT(allocation_size(), kAlignmentInBytes); in Reset()134 DCHECK_EQ(size, RoundDown(size, kAlignmentInBytes)); in NewExpand()143 static const size_t kSegmentOverhead = sizeof(Segment) + kAlignmentInBytes; in NewExpand()181 Address result = RoundUp(segment->start(), kAlignmentInBytes); in NewExpand()
60 size = RoundUp(size, kAlignmentInBytes); in Allocate()86 size = RoundUp(size, kAlignmentInBytes); in Delete()192 static const size_t kAlignmentInBytes = 8; variable