diff -r e06249e09f99 -r c8d692131b1e src/cx/linked_list.h --- a/src/cx/linked_list.h Sun Jan 14 13:50:17 2024 +0100 +++ b/src/cx/linked_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 - * linked list swap operations. + * The maximum item size that uses SBO swap instead of relinking. */ -extern bool CX_DISABLE_LINKED_LIST_SWAP_SBO; +extern unsigned cx_linked_list_swap_sbo_size; /** * Allocates a linked list for storing elements with \p item_size bytes each.