| 642:98c90759f69e | 643:5700ba9154ab |
|---|---|
| 101 | 101 |
| 102 // return successfully | 102 // return successfully |
| 103 return CX_ARRAY_COPY_SUCCESS; | 103 return CX_ARRAY_COPY_SUCCESS; |
| 104 } | 104 } |
| 105 | 105 |
| 106 #ifndef CX_ARRAY_SWAP_SBO_SIZE | |
| 106 #define CX_ARRAY_SWAP_SBO_SIZE 512 | 107 #define CX_ARRAY_SWAP_SBO_SIZE 512 |
| 108 #endif | |
| 107 | 109 |
| 108 void cx_array_swap( | 110 void cx_array_swap( |
| 109 void *arr, | 111 void *arr, |
| 110 size_t elem_size, | 112 size_t elem_size, |
| 111 size_t idx1, | 113 size_t idx1, |