提交 93b1e976 创建 作者: David Benjamin's avatar David Benjamin

Comment

上级 844f2375
......@@ -37,6 +37,8 @@ push_down(radix_entry cur, radix_ptr *ptr)
// Make a new node.
assert(cur.state() == entry_unlocked);
radix_elem *elem = cur.elem();
// FIXME: This might throw. Might need to unlock the things you've
// already hit.
radix_node *new_rn = new radix_node();
if (elem != nullptr) {
for (int i = 0; i < (1<<bits_per_level); i++) {
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论