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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2879 static int bin_find(mstate m, mchunkptr x);
3447 static int bin_find(mstate m, mchunkptr x) { function
3496 assert(!bin_find(m, q));
3500 assert(q == m->dv || bin_find(m, q));
3528 assert(bin_find(m, m->dv) == 0);
3535 assert(bin_find(m, m->top) == 0);

Completed in 112 milliseconds