src/cx/array_list.h

changeset 807
c8d692131b1e
parent 804
5136f2fc32ec
child 817
949908c97474
equal deleted inserted replaced
806:e06249e09f99 807:c8d692131b1e
43 #ifdef __cplusplus 43 #ifdef __cplusplus
44 extern "C" { 44 extern "C" {
45 #endif 45 #endif
46 46
47 /** 47 /**
48 * Set this flag to true, if you want to disable the use of SBO for 48 * The maximum item size in an array list that fits into stack buffer when swapped.
49 * array list swap operations. 49 */
50 */ 50 extern unsigned cx_array_swap_sbo_size;
51 extern bool CX_DISABLE_ARRAY_LIST_SWAP_SBO;
52 51
53 /** 52 /**
54 * Defines a reallocation mechanism for arrays. 53 * Defines a reallocation mechanism for arrays.
55 */ 54 */
56 struct cx_array_reallocator_s { 55 struct cx_array_reallocator_s {

mercurial