Home
last modified time | relevance | path

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

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2421 typedef struct malloc_tree_chunk* tchunkptr; typedef
2829 static void do_check_tree(mstate m, tchunkptr t);
3313 static void do_check_tree(mstate m, tchunkptr t) { in do_check_tree()
3314 tchunkptr head = 0; in do_check_tree()
3315 tchunkptr u = t; in do_check_tree()
3366 tchunkptr t = *tb; in do_check_treebin()
3416 tchunkptr t = *treebin_at(m, tidx); in bin_find()
3423 tchunkptr u = t; in bin_find()
3425 if (u == (tchunkptr)x) in bin_find()
3670 X->parent = (tchunkptr)H;\
[all …]