tchunkptr 2286 src/utils/dlmalloc.c typedef struct malloc_tree_chunk* tchunkptr; tchunkptr 2682 src/utils/dlmalloc.c static void do_check_tree(mstate m, tchunkptr t); tchunkptr 3157 src/utils/dlmalloc.c static void do_check_tree(mstate m, tchunkptr t) { tchunkptr 3158 src/utils/dlmalloc.c tchunkptr head = 0; tchunkptr 3159 src/utils/dlmalloc.c tchunkptr u = t; tchunkptr 3210 src/utils/dlmalloc.c tchunkptr t = *tb; tchunkptr 3260 src/utils/dlmalloc.c tchunkptr t = *treebin_at(m, tidx); tchunkptr 3267 src/utils/dlmalloc.c tchunkptr u = t; tchunkptr 3269 src/utils/dlmalloc.c if (u == (tchunkptr)x) tchunkptr 3508 src/utils/dlmalloc.c X->parent = (tchunkptr)H;\ tchunkptr 3512 src/utils/dlmalloc.c tchunkptr T = *H;\ tchunkptr 3516 src/utils/dlmalloc.c tchunkptr* C = &(T->child[(K >> (SIZE_T_BITSIZE-SIZE_T_ONE)) & 1]);\ tchunkptr 3532 src/utils/dlmalloc.c tchunkptr F = T->fd;\ tchunkptr 3567 src/utils/dlmalloc.c tchunkptr XP = X->parent;\ tchunkptr 3568 src/utils/dlmalloc.c tchunkptr R;\ tchunkptr 3570 src/utils/dlmalloc.c tchunkptr F = X->fd;\ tchunkptr 3581 src/utils/dlmalloc.c tchunkptr* RP;\ tchunkptr 3584 src/utils/dlmalloc.c tchunkptr* CP;\ tchunkptr 3612 src/utils/dlmalloc.c tchunkptr C0, C1;\ tchunkptr 3641 src/utils/dlmalloc.c else { tchunkptr TP = (tchunkptr)(P); insert_large_chunk(M, TP, S); } tchunkptr 3646 src/utils/dlmalloc.c else { tchunkptr TP = (tchunkptr)(P); unlink_large_chunk(M, TP); } tchunkptr 4099 src/utils/dlmalloc.c tchunkptr tp = (tchunkptr)p; tchunkptr 4200 src/utils/dlmalloc.c tchunkptr v = 0; tchunkptr 4202 src/utils/dlmalloc.c tchunkptr t; tchunkptr 4208 src/utils/dlmalloc.c tchunkptr rst = 0; /* The deepest untaken right subtree */ tchunkptr 4210 src/utils/dlmalloc.c tchunkptr rt; tchunkptr 4271 src/utils/dlmalloc.c tchunkptr t, v; tchunkptr 4828 src/utils/dlmalloc.c tchunkptr tp = (tchunkptr)p; tchunkptr 5258 src/utils/dlmalloc.c tchunkptr tp = (tchunkptr)p;