src/cx/array_list.h

changeset 807
c8d692131b1e
parent 804
5136f2fc32ec
child 817
949908c97474
     1.1 --- a/src/cx/array_list.h	Sun Jan 14 13:50:17 2024 +0100
     1.2 +++ b/src/cx/array_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 - * array list swap operations.
     1.9 + * The maximum item size in an array list that fits into stack buffer when swapped.
    1.10   */
    1.11 -extern bool CX_DISABLE_ARRAY_LIST_SWAP_SBO;
    1.12 +extern unsigned cx_array_swap_sbo_size;
    1.13  
    1.14  /**
    1.15   * Defines a reallocation mechanism for arrays.

mercurial