docs/src/install.md

changeset 807
c8d692131b1e
parent 806
e06249e09f99
     1.1 --- a/docs/src/install.md	Sun Jan 14 13:50:17 2024 +0100
     1.2 +++ b/docs/src/install.md	Mon Jan 15 20:59:18 2024 +0100
     1.3 @@ -26,10 +26,10 @@
     1.4  --------------------------------- --------------------------------------------------------------------- ----------
     1.5  CX_ARRAY_SWAP_SBO_SIZE            The maximum item size in an array list that uses SBO.                 128
     1.6  
     1.7 +CX_LINKED_LIST_SWAP_SBO_SIZE      The maximum item size that uses SBO swap instead of relinking.        128
     1.8 +
     1.9  CX_LINKED_LIST_SORT_SBO_SIZE      The maximum list size that uses SBO during sort.                      1024
    1.10  
    1.11 -CX_LINKED_LIST_SWAP_SBO_SIZE      The maximum item size that uses SBO swap instead of relinking.        128
    1.12 -
    1.13  CX_PRINTF_SBO_SIZE                The maximum string length printf.h uses stack memory for.             512
    1.14  
    1.15  CX_STRSTR_SBO_SIZE                The maximum length of the "needle" in cx_strstr that can use SBO.     512

mercurial