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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2467 typedef struct malloc_tree_chunk* tchunkptr; typedef in typeref:struct:malloc_tree_chunk
2875 static void do_check_tree(mstate m, tchunkptr t);
3361 static void do_check_tree(mstate m, tchunkptr t) {
3362 tchunkptr head = 0;
3363 tchunkptr u = t;
3414 tchunkptr t = *tb;
3464 tchunkptr t = *treebin_at(m, tidx);
3471 tchunkptr u = t;
3473 if (u == (tchunkptr)x)
3718 X->parent = (tchunkptr)
[all...]

Completed in 45 milliseconds