This constant specifies the memory alignment requirement for the target architecture. It is utilized by the memory management system to ensure that the starting addresses of allocated memory blocks are aligned to the specified boundary. Valid values for this constant include 1, 2, 4, 8, or 16 bytes.
| Version: | 1.0 |
|---|---|
| Header file: | AR_Types.h (include AR_API.h) |
| See also: | AR_MEMORY_ALIGN_UP, memory management |