Searched refs:bin_find (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 2235 static int bin_find(mstate m, mchunkptr x); 2745 static int bin_find(mstate m, mchunkptr x) { in bin_find() function 2794 assert(!bin_find(m, q)); in traverse_and_check() 2798 assert(q == m->dv || bin_find(m, q)); in traverse_and_check() 2825 assert(bin_find(m, m->dv) == 0); in do_check_malloc_state() 2832 assert(bin_find(m, m->top) == 0); in do_check_malloc_state()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 2767 static int bin_find(mstate m, mchunkptr x); 3329 static int bin_find(mstate m, mchunkptr x) { in bin_find() function 3378 assert(!bin_find(m, q)); in traverse_and_check() 3382 assert(q == m->dv || bin_find(m, q)); in traverse_and_check() 3409 assert(bin_find(m, m->dv) == 0); in do_check_malloc_state() 3416 assert(bin_find(m, m->top) == 0); in do_check_malloc_state()
|