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

Lines Matching refs:treebin_at

2833 #define treebin_at(M,i)     (&((M)->treebins[i]))
3367 tbinptr* tb = treebin_at(m, i);
3418 tchunkptr t = *treebin_at(m, tidx);
3666 H = treebin_at(M, I);\
3761 tbinptr* H = treebin_at(M, X->index);\
3948 *treebin_at(m, i) = 0;
4462 if ((t = *treebin_at(m, idx)) != 0) {
4491 t = *treebin_at(m, i);
4533 v = t = *treebin_at(m, i);