Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c2279 static void do_check_tree(mstate m, tchunkptr t);
2703 static void do_check_tree(mstate m, tchunkptr t) { in do_check_tree() function
2737 do_check_tree(m, u->child[0]); in do_check_tree()
2742 do_check_tree(m, u->child[1]); in do_check_tree()
2761 do_check_tree(m, t); in do_check_treebin()
/external/libffi/src/
Ddlmalloc.c2274 static void do_check_tree(mstate m, tchunkptr t);
2698 static void do_check_tree(mstate m, tchunkptr t) { in do_check_tree() function
2732 do_check_tree(m, u->child[0]); in do_check_tree()
2737 do_check_tree(m, u->child[1]); in do_check_tree()
2756 do_check_tree(m, t); in do_check_treebin()
/external/dlmalloc/
Dmalloc.c2814 static void do_check_tree(mstate m, tchunkptr t);
3315 static void do_check_tree(mstate m, tchunkptr t) { in do_check_tree() function
3349 do_check_tree(m, u->child[0]); in do_check_tree()
3354 do_check_tree(m, u->child[1]); in do_check_tree()
3373 do_check_tree(m, t); in do_check_treebin()