docs/src/install.md

changeset 1136
d9ff0f091f28
parent 1113
dce04550fbef
child 1137
61939929030a
equal deleted inserted replaced
1135:f79415d974d3 1136:d9ff0f091f28
28 28
29 CX_LINKED_LIST_SORT_SBO_SIZE The maximum list size that uses SBO during sort. 1024 29 CX_LINKED_LIST_SORT_SBO_SIZE The maximum list size that uses SBO during sort. 1024
30 30
31 CX_PRINTF_SBO_SIZE The maximum string length printf.h uses stack memory for. 512 31 CX_PRINTF_SBO_SIZE The maximum string length printf.h uses stack memory for. 512
32 32
33 CX_STRSTR_SBO_SIZE The maximum length of the "needle" in cx_strstr that can use SBO. 512 33 CX_STRSTR_SBO_SIZE The maximum length of the "needle" in cx_strstr that can use SBO. 128
34 --------------------------------- --------------------------------------------------------------------- ---------- 34 --------------------------------- --------------------------------------------------------------------- ----------
35 35
36 You can also tweak some other buffer sizes with the same technique: 36 You can also tweak some other buffer sizes with the same technique:
37 37
38 --------------------------------- --------------------------------------------------- ---------- 38 --------------------------------- --------------------------------------------------- ----------

mercurial