48
48
1 Could not allocate memory
51
int init_queue(QUEUE *queue, uint max_elements, uint offset_to_key,
51
int init_queue(QUEUE *queue, uint32_t max_elements, uint32_t offset_to_key,
52
52
bool max_at_top, int (*compare) (void *, unsigned char *, unsigned char *),