Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c2283 static int bin_find(mstate m, mchunkptr x);
2789 static int bin_find(mstate m, mchunkptr x) { in bin_find() function
2838 assert(!bin_find(m, q)); in traverse_and_check()
2842 assert(q == m->dv || bin_find(m, q)); in traverse_and_check()
2869 assert(bin_find(m, m->dv) == 0); in do_check_malloc_state()
2876 assert(bin_find(m, m->top) == 0); in do_check_malloc_state()
/external/libffi/src/
Ddlmalloc.c2278 static int bin_find(mstate m, mchunkptr x);
2784 static int bin_find(mstate m, mchunkptr x) { in bin_find() function
2833 assert(!bin_find(m, q)); in traverse_and_check()
2837 assert(q == m->dv || bin_find(m, q)); in traverse_and_check()
2864 assert(bin_find(m, m->dv) == 0); in do_check_malloc_state()
2871 assert(bin_find(m, m->top) == 0); in do_check_malloc_state()
/external/dlmalloc/
Dmalloc.c2818 static int bin_find(mstate m, mchunkptr x);
3401 static int bin_find(mstate m, mchunkptr x) { in bin_find() function
3450 assert(!bin_find(m, q)); in traverse_and_check()
3454 assert(q == m->dv || bin_find(m, q)); in traverse_and_check()
3482 assert(bin_find(m, m->dv) == 0); in do_check_malloc_state()
3489 assert(bin_find(m, m->top) == 0); in do_check_malloc_state()