Home
last modified time | relevance | path

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

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2833 static int bin_find(mstate m, mchunkptr x);
3399 static int bin_find(mstate m, mchunkptr x) { in bin_find() function
3448 assert(!bin_find(m, q)); in traverse_and_check()
3452 assert(q == m->dv || bin_find(m, q)); in traverse_and_check()
3480 assert(bin_find(m, m->dv) == 0); in do_check_malloc_state()
3487 assert(bin_find(m, m->top) == 0); in do_check_malloc_state()