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

/external/dlmalloc/
H A Dmalloc.c2798 #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);
4047 check_top_chunk(m, m->top);
4259 check_top_chunk(m, m->top);
4368 check_top_chunk(m, m->top);
4689 check_top_chunk(gm, gm->top);
5456 check_top_chunk(m, m->top);
5637 check_top_chunk(ms, ms->top);
/external/python/cpython2/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c2263 #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);
3420 check_top_chunk(m, m->top);
3607 check_top_chunk(m, m->top);
3707 check_top_chunk(m, m->top);
4245 check_top_chunk(gm, gm->top);
4489 check_top_chunk(m, m->top);
4652 check_top_chunk(ms, ms->top);

Completed in 74 milliseconds