src/cx/array_list.h

changeset 804
5136f2fc32ec
parent 795
00ba1bfa4ab4
child 807
c8d692131b1e
     1.1 --- a/src/cx/array_list.h	Fri Jan 12 20:24:29 2024 +0100
     1.2 +++ b/src/cx/array_list.h	Sat Jan 13 17:51:42 2024 +0100
     1.3 @@ -45,6 +45,12 @@
     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 + */
    1.10 +extern bool CX_DISABLE_ARRAY_LIST_SWAP_SBO;
    1.11 +
    1.12 +/**
    1.13   * Defines a reallocation mechanism for arrays.
    1.14   */
    1.15  struct cx_array_reallocator_s {

mercurial