src/array_list.c

changeset 926
8fdd8d78c14b
parent 919
75da57d4634e
equal deleted inserted replaced
925:fd6e191f3268 926:8fdd8d78c14b
288 } 288 }
289 289
290 #ifndef CX_ARRAY_SWAP_SBO_SIZE 290 #ifndef CX_ARRAY_SWAP_SBO_SIZE
291 #define CX_ARRAY_SWAP_SBO_SIZE 128 291 #define CX_ARRAY_SWAP_SBO_SIZE 128
292 #endif 292 #endif
293 unsigned cx_array_swap_sbo_size = CX_ARRAY_SWAP_SBO_SIZE; 293 const unsigned cx_array_swap_sbo_size = CX_ARRAY_SWAP_SBO_SIZE;
294 294
295 void cx_array_swap( 295 void cx_array_swap(
296 void *arr, 296 void *arr,
297 size_t elem_size, 297 size_t elem_size,
298 size_t idx1, 298 size_t idx1,

mercurial