Searched refs:bin_find (Results 1 – 3 of 3) sorted by relevance
/external/libffi/src/ |
D | dlmalloc.c | 2221 static int bin_find(mstate m, mchunkptr x); 2722 static int bin_find(mstate m, mchunkptr x) { in bin_find() function 2771 assert(!bin_find(m, q)); in traverse_and_check() 2775 assert(q == m->dv || bin_find(m, q)); in traverse_and_check() 2802 assert(bin_find(m, m->dv) == 0); in do_check_malloc_state() 2809 assert(bin_find(m, m->top) == 0); in do_check_malloc_state()
|
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
D | SDL_malloc.c | 2231 static int bin_find(mstate m, mchunkptr x); 2732 static int bin_find(mstate m, mchunkptr x) { in bin_find() function 2781 assert(!bin_find(m, q)); in traverse_and_check() 2785 assert(q == m->dv || bin_find(m, q)); in traverse_and_check() 2812 assert(bin_find(m, m->dv) == 0); in do_check_malloc_state() 2819 assert(bin_find(m, m->top) == 0); in do_check_malloc_state()
|
/external/eigen/unsupported/test/mpreal/ |
D | dlmalloc.c | 2677 static int bin_find(mstate m, mchunkptr x); 3234 static int bin_find(mstate m, mchunkptr x) { in bin_find() function 3283 assert(!bin_find(m, q)); in traverse_and_check() 3287 assert(q == m->dv || bin_find(m, q)); in traverse_and_check() 3314 assert(bin_find(m, m->dv) == 0); in do_check_malloc_state() 3321 assert(bin_find(m, m->top) == 0); in do_check_malloc_state()
|