Home | History | Annotate | Download | only in stdlib

Lines Matching refs:tbinptr

1862 typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */
2033 tbinptr treebins[NTREEBINS];
2676 *((tbinptr*)(u->parent)) == u);
2698 tbinptr* tb = treebin_at(m, i);
2986 tbinptr* H;\
3084 tbinptr* H = treebin_at(M, X->index);\