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

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c2231 static int bin_find(mstate m, mchunkptr x);
2732 static int bin_find(mstate m, mchunkptr x) { function
2781 assert(!bin_find(m, q));
2785 assert(q == m->dv || bin_find(m, q));
2812 assert(bin_find(m, m->dv) == 0);
2819 assert(bin_find(m, m->top) == 0);

Completed in 185 milliseconds