111 <th>Description</th> |
111 <th>Description</th> |
112 <th>Default</th> |
112 <th>Default</th> |
113 </tr> |
113 </tr> |
114 <tr> |
114 <tr> |
115 <td>CX_ARRAY_SWAP_SBO_SIZE</td> |
115 <td>CX_ARRAY_SWAP_SBO_SIZE</td> |
116 <td>The maximum item size in an array list that uses SBO.</td> |
116 <td>The maximum size of an element in an array list that can be swapped without allocating heap memory.</td> |
117 <td>128</td> |
117 <td>128</td> |
118 </tr> |
118 </tr> |
119 <tr> |
119 <tr> |
120 <td>CX_LINKED_LIST_SORT_SBO_SIZE</td> |
120 <td>CX_LINKED_LIST_SORT_SBO_SIZE</td> |
121 <td>The maximum list size that uses SBO during sort.</td> |
121 <td>The maximum list size that uses SBO during sort.</td> |