# HG changeset patch # User Mike Becker # Date 1762535321 -3600 # Node ID 9381883c1a99edca71daae7587a2b90cb43f1d10 # Parent 84de0ba791af53f472c492ec42f91b5314fbbb09 small improvement of the buffer config macros documentation diff -r 84de0ba791af -r 9381883c1a99 docs/Writerside/topics/install.md --- 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 @@ CX_LINKED_LIST_SORT_SBO_SIZE - The maximum list size that uses SBO during sort. - 1024 + The maximum list size that uses SBO during sort (memory required is this value multiplied by the size of a pointer). + 1,024 CX_PRINTF_SBO_SIZE @@ -153,11 +153,11 @@ CX_STREAM_COPY_BUF_SIZE The buffer size on the stack for a stream copy. - 1024 + 1,024 CX_STREAM_BCOPY_BUF_SIZE The buffer size on the heap for a stream copy. - 8192 + 8,192