You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`ESTACK_NO_AUTO_ALIGN`|*None*| Completely disables user payload alignment (forces 1-byte boundary). Highly recommended for 8/16-bit MCUs to save memory. |
478
478
|`ESTACK_NO_ALIGN_HEADER`|*None*| Completely disables context header alignment (forces 1-byte boundary). Automatically enabled on 8/16-bit systems to eliminate padding waste. |
479
479
|`ESTACK_DEFAULT_HEADER_ALIGNMENT`|*Auto*| Override the optimal context header alignment boundary (defaults to 64-byte for 64-bit, 32-byte for 32-bit platforms to prevent L1 cache line splits). |
480
+
|`ESTACK_MIN_ALIGNMENT`|*Auto*| Override the minimum user payload alignment boundary (defaults to 8-byte for 64-bit, 4-byte for 32-bit platforms). |
0 commit comments