src/cx/linked_list.h

changeset 926
8fdd8d78c14b
parent 919
75da57d4634e
equal deleted inserted replaced
925:fd6e191f3268 926:8fdd8d78c14b
45 #endif 45 #endif
46 46
47 /** 47 /**
48 * The maximum item size that uses SBO swap instead of relinking. 48 * The maximum item size that uses SBO swap instead of relinking.
49 */ 49 */
50 extern unsigned cx_linked_list_swap_sbo_size; 50 extern const unsigned cx_linked_list_swap_sbo_size;
51 51
52 /** 52 /**
53 * Allocates a linked list for storing elements with \p elem_size bytes each. 53 * Allocates a linked list for storing elements with \p elem_size bytes each.
54 * 54 *
55 * If \p elem_size is CX_STORE_POINTERS, the created list will be created as if 55 * If \p elem_size is CX_STORE_POINTERS, the created list will be created as if

mercurial