Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2366 typedef struct malloc_tree_chunk* tchunkptr; typedef
2763 static void do_check_tree(mstate m, tchunkptr t);
3243 static void do_check_tree(mstate m, tchunkptr t) { in do_check_tree()
3244 tchunkptr head = 0; in do_check_tree()
3245 tchunkptr u = t; in do_check_tree()
3296 tchunkptr t = *tb; in do_check_treebin()
3346 tchunkptr t = *treebin_at(m, tidx); in bin_find()
3353 tchunkptr u = t; in bin_find()
3355 if (u == (tchunkptr)x) in bin_find()
3594 X->parent = (tchunkptr)H;\
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1865 typedef struct malloc_tree_chunk* tchunkptr; typedef
2231 static void do_check_tree(mstate m, tchunkptr t);
2659 static void do_check_tree(mstate m, tchunkptr t) { in do_check_tree()
2660 tchunkptr head = 0; in do_check_tree()
2661 tchunkptr u = t; in do_check_tree()
2712 tchunkptr t = *tb; in do_check_treebin()
2762 tchunkptr t = *treebin_at(m, tidx); in bin_find()
2769 tchunkptr u = t; in bin_find()
2771 if (u == (tchunkptr)x) in bin_find()
3009 X->parent = (tchunkptr)H;\
[all …]