Home | History | Annotate | Download | only in dlmalloc

Lines Matching refs:leftmost_child

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