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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2471 #define leftmost_child(t) ((t)->child[0] != 0? (t)->child[0] : (t)->child[1]) macro
4539 t = leftmost_child(t);
4574 while ((t = leftmost_child(t)) != 0) {

Completed in 73 milliseconds