82
81
if (default_alloc_size < DEFAULT_ALLOC_SIZE)
83
82
default_alloc_size= DEFAULT_ALLOC_SIZE;
84
83
default_alloc_size= MY_ALIGN(default_alloc_size, DEFAULT_ALIGN_SIZE);
86
85
tree->root= &tree->null_element;
88
87
tree->size_of_element=size > 0 ? (uint) size : 0;