Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching refs:tbinptr

2407 typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */
2591 tbinptr treebins[NTREEBINS];
3345 *((tbinptr*)(u->parent)) == u);
3367 tbinptr* tb = treebin_at(m, i);
3663 tbinptr* H;\
3761 tbinptr* H = treebin_at(M, X->index);\