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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2892 #define treebin_at(M,i) (&((M)->treebins[i])) macro
3413 tbinptr* tb = treebin_at(m, i);
3464 tchunkptr t = *treebin_at(m, tidx);
3712 H = treebin_at(M, I);\
3807 tbinptr* H = treebin_at(M, X->index);\
3994 *treebin_at(m, i) = 0;
4500 if ((t = *treebin_at(m, idx)) != 0) {
4529 t = *treebin_at(m, i);
4571 v = t = *treebin_at(m, i);

Completed in 40 milliseconds