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 --------------------------------- --------------------------------------------------- ---------- |