Searched refs:check_top_chunk (Results 1 – 1 of 1) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
D | SDL_malloc.c | 2211 #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); in prepend_alloc() 3365 check_top_chunk(m, m->top); in add_segment() 3550 check_top_chunk(m, m->top); in sys_alloc() 3650 check_top_chunk(m, m->top); in sys_trim() 4188 check_top_chunk(gm, gm->top); in dlmalloc() 4432 check_top_chunk(m, m->top); in init_user_mstate() 4595 check_top_chunk(ms, ms->top); in mspace_malloc()
|