| 114 <td>The maximum size of an element in an array list that can be swapped without allocating heap memory.</td> |
114 <td>The maximum size of an element in an array list that can be swapped without allocating heap memory.</td> |
| 115 <td>128</td> |
115 <td>128</td> |
| 116 </tr> |
116 </tr> |
| 117 <tr> |
117 <tr> |
| 118 <td>CX_LINKED_LIST_SORT_SBO_SIZE</td> |
118 <td>CX_LINKED_LIST_SORT_SBO_SIZE</td> |
| 119 <td>The maximum list size that uses SBO during sort.</td> |
119 <td>The maximum list size that uses SBO during sort (memory required is this value multiplied by the size of a pointer).</td> |
| 120 <td>1024</td> |
120 <td>1,024</td> |
| 121 </tr> |
121 </tr> |
| 122 <tr> |
122 <tr> |
| 123 <td>CX_PRINTF_SBO_SIZE</td> |
123 <td>CX_PRINTF_SBO_SIZE</td> |
| 124 <td>The maximum string length functions in printf.h use stack memory for.</td> |
124 <td>The maximum string length functions in printf.h use stack memory for.</td> |
| 125 <td>512</td> |
125 <td>512</td> |