docs/src/install.md

changeset 807
c8d692131b1e
parent 806
e06249e09f99
equal deleted inserted replaced
806:e06249e09f99 807:c8d692131b1e
24 --------------------------------- --------------------------------------------------------------------- ---------- 24 --------------------------------- --------------------------------------------------------------------- ----------
25 Macro Description Default 25 Macro Description Default
26 --------------------------------- --------------------------------------------------------------------- ---------- 26 --------------------------------- --------------------------------------------------------------------- ----------
27 CX_ARRAY_SWAP_SBO_SIZE The maximum item size in an array list that uses SBO. 128 27 CX_ARRAY_SWAP_SBO_SIZE The maximum item size in an array list that uses SBO. 128
28 28
29 CX_LINKED_LIST_SWAP_SBO_SIZE The maximum item size that uses SBO swap instead of relinking. 128
30
29 CX_LINKED_LIST_SORT_SBO_SIZE The maximum list size that uses SBO during sort. 1024 31 CX_LINKED_LIST_SORT_SBO_SIZE The maximum list size that uses SBO during sort. 1024
30
31 CX_LINKED_LIST_SWAP_SBO_SIZE The maximum item size that uses SBO swap instead of relinking. 128
32 32
33 CX_PRINTF_SBO_SIZE The maximum string length printf.h uses stack memory for. 512 33 CX_PRINTF_SBO_SIZE The maximum string length printf.h uses stack memory for. 512
34 34
35 CX_STRSTR_SBO_SIZE The maximum length of the "needle" in cx_strstr that can use SBO. 512 35 CX_STRSTR_SBO_SIZE The maximum length of the "needle" in cx_strstr that can use SBO. 512
36 --------------------------------- --------------------------------------------------------------------- ---------- 36 --------------------------------- --------------------------------------------------------------------- ----------

mercurial