diff -r e06249e09f99 -r c8d692131b1e docs/src/install.md --- a/docs/src/install.md Sun Jan 14 13:50:17 2024 +0100 +++ b/docs/src/install.md Mon Jan 15 20:59:18 2024 +0100 @@ -26,10 +26,10 @@ --------------------------------- --------------------------------------------------------------------- ---------- CX_ARRAY_SWAP_SBO_SIZE The maximum item size in an array list that uses SBO. 128 +CX_LINKED_LIST_SWAP_SBO_SIZE The maximum item size that uses SBO swap instead of relinking. 128 + CX_LINKED_LIST_SORT_SBO_SIZE The maximum list size that uses SBO during sort. 1024 -CX_LINKED_LIST_SWAP_SBO_SIZE The maximum item size that uses SBO swap instead of relinking. 128 - CX_PRINTF_SBO_SIZE The maximum string length printf.h uses stack memory for. 512 CX_STRSTR_SBO_SIZE The maximum length of the "needle" in cx_strstr that can use SBO. 512