Searched defs:kAlignedSize (Results 1 – 2 of 2) sorted by relevance
29 static const int kAlignedSize = RoundUp<kObjectAlignment>(int{kSize}); variable
669 static const int kAlignedSize = OBJECT_POINTER_ALIGN(kSize); variable