diff -r e06249e09f99 -r c8d692131b1e src/cx/array_list.h --- a/src/cx/array_list.h Sun Jan 14 13:50:17 2024 +0100 +++ b/src/cx/array_list.h Mon Jan 15 20:59:18 2024 +0100 @@ -45,10 +45,9 @@ #endif /** - * Set this flag to true, if you want to disable the use of SBO for - * array list swap operations. + * The maximum item size in an array list that fits into stack buffer when swapped. */ -extern bool CX_DISABLE_ARRAY_LIST_SWAP_SBO; +extern unsigned cx_array_swap_sbo_size; /** * Defines a reallocation mechanism for arrays.