Searched defs:check_top_chunk (Results 1 - 2 of 2) sorted by relevance

/external/libffi/src/
H A Ddlmalloc.c2201 #define check_top_chunk(M,P) macro
2206 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3279 check_top_chunk(m, q);
3353 check_top_chunk(m, m->top);
3540 check_top_chunk(m, m->top);
3640 check_top_chunk(m, m->top);
4178 check_top_chunk(gm, gm->top);
4422 check_top_chunk(m, m->top);
4585 check_top_chunk(ms, ms->top);
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c2211 #define check_top_chunk(M,P) macro
2216 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro
3291 check_top_chunk(m, q);
3365 check_top_chunk(m, m->top);
3550 check_top_chunk(m, m->top);
3650 check_top_chunk(m, m->top);
4188 check_top_chunk(gm, gm->top);
4432 check_top_chunk(m, m->top);
4595 check_top_chunk(ms, ms->top);

Completed in 53 milliseconds