65
72
Unique::Unique(qsort_cmp2 comp_func, void * comp_func_fixed_arg,
66
73
uint32_t size_arg, size_t max_in_memory_size_arg)
70
80
init_tree(&tree, (ulong) (max_in_memory_size / 16), 0, size, comp_func, false,
71
81
NULL, comp_func_fixed_arg);
72
82
/* If the following fail's the next add will also fail */