FILE ALIGNMENT Values (Compact 2013)
3/26/2014
The following table shows macro values that are used to describe memory alignments.
Value |
Description |
---|---|
FILE_BYTE_ALIGNMENT |
Indicates that memory is aligned by bytes. |
FILE_WORD_ALIGNMENT |
Indicates that memory is aligned by words. |
FILE_LONG_ALIGNMENT |
Indicates that memory is aligned by longs. |
FILE_QUAD_ALIGNMENT |
Indicates that memory is aligned by quads. |
FILE_OCTA_ALIGNMENT |
Indicates that memory is aligned by octets. |
FILE_32_BYTE_ALIGNMENT |
Indicates that memory is aligned in blocks of 32 bytes. |
FILE_64_BYTE_ALIGNMENT |
Indicates that memory is aligned in blocks of 64 bytes. |
FILE_128_BYTE_ALIGNMENT |
Indicates that memory is aligned in blocks of 128 bytes. |
FILE_256_BYTE_ALIGNMENT |
Indicates that memory is aligned in blocks of 256 bytes. |
FILE_512_BYTE_ALIGNMENT |
Indicates that memory is aligned in blocks of 512 bytes. |
Requirements
Header |
camera.h |