Searched refs:check_top_chunk (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 2263 #define check_top_chunk(M,P) macro 2268 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro 3346 check_top_chunk(m, q); in prepend_alloc() 3420 check_top_chunk(m, m->top); in add_segment() 3607 check_top_chunk(m, m->top); in sys_alloc() 3707 check_top_chunk(m, m->top); in sys_trim() 4245 check_top_chunk(gm, gm->top); in dlmalloc() 4489 check_top_chunk(m, m->top); in init_user_mstate() 4652 check_top_chunk(ms, ms->top); in mspace_malloc()
|
/external/libffi/src/ |
D | dlmalloc.c | 2258 #define check_top_chunk(M,P) macro 2263 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro 3341 check_top_chunk(m, q); in prepend_alloc() 3415 check_top_chunk(m, m->top); in add_segment() 3602 check_top_chunk(m, m->top); in sys_alloc() 3702 check_top_chunk(m, m->top); in sys_trim() 4240 check_top_chunk(gm, gm->top); in dlmalloc() 4484 check_top_chunk(m, m->top); in init_user_mstate() 4647 check_top_chunk(ms, ms->top); in mspace_malloc()
|
/external/dlmalloc/ |
D | malloc.c | 2798 #define check_top_chunk(M,P) macro 2803 #define check_top_chunk(M,P) do_check_top_chunk(M,P) macro 3974 check_top_chunk(m, q); in prepend_alloc() 4047 check_top_chunk(m, m->top); in add_segment() 4259 check_top_chunk(m, m->top); in sys_alloc() 4368 check_top_chunk(m, m->top); in sys_trim() 4689 check_top_chunk(gm, gm->top); in dlmalloc() 5456 check_top_chunk(m, m->top); in init_user_mstate() 5637 check_top_chunk(ms, ms->top); in mspace_malloc()
|