Searched refs:leftmost_child (Results 1 – 2 of 2) sorted by relevance
1869 #define leftmost_child(t) ((t)->child[0] != 0? (t)->child[0] : (t)->child[1]) macro3739 t = leftmost_child(t); in tmalloc_large()3775 while ((t = leftmost_child(t)) != 0) { in tmalloc_small()
2370 #define leftmost_child(t) ((t)->child[0] != 0? (t)->child[0] : (t)->child[1]) macro4336 t = leftmost_child(t); in tmalloc_large()4371 while ((t = leftmost_child(t)) != 0) { in tmalloc_small()