docs/Writerside/topics/install.md

changeset 1475
9381883c1a99
parent 1424
563033aa998c
--- a/docs/Writerside/topics/install.md	Wed Nov 05 23:04:46 2025 +0100
+++ b/docs/Writerside/topics/install.md	Fri Nov 07 18:08:41 2025 +0100
@@ -116,8 +116,8 @@
 </tr>
 <tr>
     <td>CX_LINKED_LIST_SORT_SBO_SIZE</td>
-    <td>The maximum list size that uses SBO during sort.</td>
-    <td>1024</td>
+    <td>The maximum list size that uses SBO during sort (memory required is this value multiplied by the size of a pointer).</td>
+    <td>1,024</td>
 </tr>
 <tr>
     <td>CX_PRINTF_SBO_SIZE</td>
@@ -153,11 +153,11 @@
 <tr>
     <td>CX_STREAM_COPY_BUF_SIZE</td>
     <td>The buffer size on the stack for a stream copy.</td>
-    <td>1024</td>
+    <td>1,024</td>
 </tr>
 <tr>
     <td>CX_STREAM_BCOPY_BUF_SIZE</td>
     <td>The buffer size on the heap for a stream copy.</td>
-    <td>8192</td>
+    <td>8,192</td>
 </tr>
 </table>

mercurial