docs/src/install.md

changeset 806
e06249e09f99
parent 760
52e49533e7b4
child 807
c8d692131b1e
equal deleted inserted replaced
805:26500fc24058 806:e06249e09f99
30 30
31 CX_LINKED_LIST_SWAP_SBO_SIZE The maximum item size that uses SBO swap instead of relinking. 128 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 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 --------------------------------- --------------------------------------------------------------------- ----------
37 37
38 You can also tweak some other buffer sizes with the same technique: 38 You can also tweak some other buffer sizes with the same technique:
39 39
40 --------------------------------- --------------------------------------------------- ---------- 40 --------------------------------- --------------------------------------------------- ----------

mercurial