Home
last modified time | relevance | path

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

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2425 #define leftmost_child(t) ((t)->child[0] != 0? (t)->child[0] : (t)->child[1]) macro
4491 t = leftmost_child(t); in tmalloc_large()
4526 while ((t = leftmost_child(t)) != 0) { in tmalloc_small()