func internal/abi.CommonSize

2 uses

	internal/abi (current package)
		compiletype.go#L15: func CommonSize(ptrSize int) int { return 4*ptrSize + 8 + 8 }
		compiletype.go#L166: 	return InitializedOffset(CommonSize(ptrSize), uint8(ptrSize), uint8(ptrSize), twoWordAlignSlices)