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

/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c2410 #define leftmost_child(t) ((t)->child[0] != 0? (t)->child[0] : (t)->child[1]) macro
4501 t = leftmost_child(t);
4536 while ((t = leftmost_child(t)) != 0) {

Completed in 14 milliseconds