Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1877 typedef struct malloc_tree_chunk* tchunkptr; typedef
2279 static void do_check_tree(mstate m, tchunkptr t);
2703 static void do_check_tree(mstate m, tchunkptr t) { in do_check_tree()
2704 tchunkptr head = 0; in do_check_tree()
2705 tchunkptr u = t; in do_check_tree()
2756 tchunkptr t = *tb; in do_check_treebin()
2806 tchunkptr t = *treebin_at(m, tidx); in bin_find()
2813 tchunkptr u = t; in bin_find()
2815 if (u == (tchunkptr)x) in bin_find()
3050 X->parent = (tchunkptr)H;\
[all …]
/external/libffi/src/
Ddlmalloc.c1872 typedef struct malloc_tree_chunk* tchunkptr; typedef
2274 static void do_check_tree(mstate m, tchunkptr t);
2698 static void do_check_tree(mstate m, tchunkptr t) { in do_check_tree()
2699 tchunkptr head = 0; in do_check_tree()
2700 tchunkptr u = t; in do_check_tree()
2751 tchunkptr t = *tb; in do_check_treebin()
2801 tchunkptr t = *treebin_at(m, tidx); in bin_find()
2808 tchunkptr u = t; in bin_find()
2810 if (u == (tchunkptr)x) in bin_find()
3045 X->parent = (tchunkptr)H;\
[all …]
/external/dlmalloc/
Dmalloc.c2406 typedef struct malloc_tree_chunk* tchunkptr; typedef
2814 static void do_check_tree(mstate m, tchunkptr t);
3315 static void do_check_tree(mstate m, tchunkptr t) { in do_check_tree()
3316 tchunkptr head = 0; in do_check_tree()
3317 tchunkptr u = t; in do_check_tree()
3368 tchunkptr t = *tb; in do_check_treebin()
3418 tchunkptr t = *treebin_at(m, tidx); in bin_find()
3425 tchunkptr u = t; in bin_find()
3427 if (u == (tchunkptr)x) in bin_find()
3674 X->parent = (tchunkptr)H;\
[all …]