Re: Alignment in structs
Re: Alignment in structs
- Subject: Re: Alignment in structs
- From: Laurence Harris <email@hidden>
- Date: Fri, 14 Jul 2006 19:05:27 -0400
On Jul 14, 2006, at 6:56 PM, Philip Ershler wrote:
On Jul 14, 2006, at 4:49 PM, Laurence Harris wrote:
What do I need to set in Xcode to get the size of this struct:
typedef struct Blah {
UInt32 a, b, c;
SInt16 d;
} Blah;
to be 14 instead of the 16 I'm getting currently? Thanks,
Larry
There's obviously some padding to keep the variable on the correct
memory alignment.
I know what's going on, but this padding will break compatibility
with files that don't use the padded version.
Larry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden