Searched refs:leftmost_child (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dph.c45 node_t *leftmost_child, *sibling; local
51 leftmost_child = phn_lchild_get(node_t, link, node);
52 if (leftmost_child == NULL)
54 node_print(leftmost_child, depth + 1);
56 for (sibling = phn_next_get(node_t, link, leftmost_child); sibling !=
89 node_t *leftmost_child, *sibling; local
96 leftmost_child = phn_lchild_get(node_t, link, node);
97 if (leftmost_child == NULL)
99 assert_ptr_eq((void *)phn_prev_get(node_t, link, leftmost_child),
101 nnodes += node_validate(leftmost_child, nod
[all...]

Completed in 23 milliseconds