ucx/array_list.c

changeset 776
96555c0ed875
parent 750
4d7a2238c5ac
equal deleted inserted replaced
775:e5909dff0dbf 776:96555c0ed875
101 // return successfully 101 // return successfully
102 return CX_ARRAY_COPY_SUCCESS; 102 return CX_ARRAY_COPY_SUCCESS;
103 } 103 }
104 104
105 #ifndef CX_ARRAY_SWAP_SBO_SIZE 105 #ifndef CX_ARRAY_SWAP_SBO_SIZE
106 #define CX_ARRAY_SWAP_SBO_SIZE 512 106 #define CX_ARRAY_SWAP_SBO_SIZE 128
107 #endif 107 #endif
108 108
109 void cx_array_swap( 109 void cx_array_swap(
110 void *arr, 110 void *arr,
111 size_t elem_size, 111 size_t elem_size,

mercurial