Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1869 #define leftmost_child(t) ((t)->child[0] != 0? (t)->child[0] : (t)->child[1]) macro
3739 t = leftmost_child(t); in tmalloc_large()
3775 while ((t = leftmost_child(t)) != 0) { in tmalloc_small()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2370 #define leftmost_child(t) ((t)->child[0] != 0? (t)->child[0] : (t)->child[1]) macro
4336 t = leftmost_child(t); in tmalloc_large()
4371 while ((t = leftmost_child(t)) != 0) { in tmalloc_small()