23 |
23 |
24 --------------------------------- --------------------------------------------------------------------- ---------- |
24 --------------------------------- --------------------------------------------------------------------- ---------- |
25 Macro Description Default |
25 Macro Description Default |
26 --------------------------------- --------------------------------------------------------------------- ---------- |
26 --------------------------------- --------------------------------------------------------------------- ---------- |
27 CX_ARRAY_SWAP_SBO_SIZE The maximum item size in an array list that uses SBO. 128 |
27 CX_ARRAY_SWAP_SBO_SIZE The maximum item size in an array list that uses SBO. 128 |
28 |
|
29 CX_LINKED_LIST_SWAP_SBO_SIZE The maximum item size that uses SBO swap instead of relinking. 128 |
|
30 |
28 |
31 CX_LINKED_LIST_SORT_SBO_SIZE The maximum list size that uses SBO during sort. 1024 |
29 CX_LINKED_LIST_SORT_SBO_SIZE The maximum list size that uses SBO during sort. 1024 |
32 |
30 |
33 CX_PRINTF_SBO_SIZE The maximum string length printf.h uses stack memory for. 512 |
31 CX_PRINTF_SBO_SIZE The maximum string length printf.h uses stack memory for. 512 |
34 |
32 |