Searched refs:check_top_chunk (Results 1 – 1 of 1) sorted by relevance
/trusty/user/base/lib/dlmalloc/ |
D | dlmalloc.c | 2813 #define check_top_chunk(M,P) macro 2818 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro 3970 check_top_chunk(m, q); in prepend_alloc() 4043 check_top_chunk(m, m->top); in add_segment() 4247 check_top_chunk(m, m->top); in sys_alloc() 4356 check_top_chunk(m, m->top); in sys_trim() 4677 check_top_chunk(gm, gm->top); in dlmalloc() 5453 check_top_chunk(m, m->top); in init_user_mstate() 5634 check_top_chunk(ms, ms->top); in mspace_malloc()
|