src/cx/linked_list.h

changeset 807
c8d692131b1e
parent 764
ccbdbd088455
     1.1 --- a/src/cx/linked_list.h	Sun Jan 14 13:50:17 2024 +0100
     1.2 +++ b/src/cx/linked_list.h	Mon Jan 15 20:59:18 2024 +0100
     1.3 @@ -45,10 +45,9 @@
     1.4  #endif
     1.5  
     1.6  /**
     1.7 - * Set this flag to true, if you want to disable the use of SBO for
     1.8 - * linked list swap operations.
     1.9 + * The maximum item size that uses SBO swap instead of relinking.
    1.10   */
    1.11 -extern bool CX_DISABLE_LINKED_LIST_SWAP_SBO;
    1.12 +extern unsigned cx_linked_list_swap_sbo_size;
    1.13  
    1.14  /**
    1.15   * Allocates a linked list for storing elements with \p item_size bytes each.

mercurial