67
67
:max_in_memory_size(max_in_memory_size_arg), size(size_arg), elements(0)
70
init_tree(&tree, (ulong) (max_in_memory_size / 16), 0, size, comp_func, 0,
70
init_tree(&tree, (ulong) (max_in_memory_size / 16), 0, size, comp_func, false,
71
71
NULL, comp_func_fixed_arg);
72
72
/* If the following fail's the next add will also fail */
73
73
my_init_dynamic_array(&file_ptrs, sizeof(BUFFPEK), 16, 16);