Searched refs:root_size (Results 1 – 2 of 2) sorted by relevance
58 radix_slot_t root_size; // size of the array(# of nodes in the tree) member
174 bmp->root_size = 1 + radix_bitmap_init(NULL, radix, skip, slots); in radix_bitmap_create()176 bmp->root = (radix_node *)malloc(bmp->root_size * sizeof(radix_node)); in radix_bitmap_create()