Function allocate_node

Source
unsafe fn allocate_node<K, V>(
    free_list: &mut Option<NonNull<Node<K, V>>>,
) -> NonNull<Node<K, V>>