[prev] [index] [next]

typedef and struct (cont)

Possible memory layout produced for WorkerT object:

[Diagram:Pic/struct.png]

 

Note: padding is needed to ensure that birthday lies on a 4-byte boundary.

Don't normally care about internal layout, since fields are accessed by name.