Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching full:do_check_tree

2814 static void   do_check_tree(mstate m, tchunkptr t);
3315 static void do_check_tree(mstate m, tchunkptr t) {
3349 do_check_tree(m, u->child[0]);
3354 do_check_tree(m, u->child[1]);
3373 do_check_tree(m, t);