Searched refs:check_top_chunk (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 2215 #define check_top_chunk(M,P) macro 2220 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro 3305 check_top_chunk(m, q); in prepend_alloc() 3379 check_top_chunk(m, m->top); in add_segment() 3570 check_top_chunk(m, m->top); in sys_alloc() 3673 check_top_chunk(m, m->top); in sys_trim() 4211 check_top_chunk(gm, gm->top); in dlmalloc() 4459 check_top_chunk(m, m->top); in init_user_mstate() 4622 check_top_chunk(ms, ms->top); in mspace_malloc()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 2747 #define check_top_chunk(M,P) macro 2752 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro 3888 check_top_chunk(m, q); in prepend_alloc() 3961 check_top_chunk(m, m->top); in add_segment() 4162 check_top_chunk(m, m->top); in sys_alloc() 4271 check_top_chunk(m, m->top); in sys_trim() 4816 check_top_chunk(gm, gm->top); in dlmalloc() 5073 check_top_chunk(m, m->top); in mstar_init_user_mstate() 5252 check_top_chunk(ms, ms->top); in mstar_mspace_malloc()
|