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

/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c2406 typedef struct malloc_tree_chunk* tchunkptr; typedef in typeref:struct:malloc_tree_chunk
2814 static void do_check_tree(mstate m, tchunkptr t);
3315 static void do_check_tree(mstate m, tchunkptr t) {
3316 tchunkptr head = 0;
3317 tchunkptr u = t;
3368 tchunkptr t = *tb;
3418 tchunkptr t = *treebin_at(m, tidx);
3425 tchunkptr u = t;
3427 if (u == (tchunkptr)x)
3672 X->parent = (tchunkptr)
[all...]

Completed in 34 milliseconds