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