Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching full:leftmost_child

2410 #define leftmost_child(t) ((t)->child[0] != 0? (t)->child[0] : (t)->child[1])
4501 t = leftmost_child(t);
4536 while ((t = leftmost_child(t)) != 0) {