min_struct_align

Increases aggregate alignments for better memory access.

Syntax
#pragma min_struct_align 4 | 8 | 16 | 32 | 64 | 128 | on | off 
  | reset
  
Remarks

When this pragma is off , the compiler aligns objects to their regular alignments. The default alignment is 4.

Note: This pragma only applies if the optimization level is greater than 0.