docs/Writerside/topics/install.md

changeset 1190
a7b913d5d589
parent 1182
3ce4a58a3eea
equal deleted inserted replaced
1188:b0300de92b72 1190:a7b913d5d589
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>

mercurial