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