Searched defs:check_mmapped_chunk (Results 1 - 2 of 2) sorted by relevance

/external/dlmalloc/
H A Dmalloc.c2796 #define check_mmapped_chunk(M,P) macro
2805 #define check_mmapped_chunk(M,P) do_check_mmapped_chunk(M,P) macro
3866 check_mmapped_chunk(m, p);
3901 check_mmapped_chunk(m, newp);
/external/python/cpython2/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c2261 #define check_mmapped_chunk(M,P) macro
2270 #define check_mmapped_chunk(M,P) do_check_mmapped_chunk(M,P) macro
3239 check_mmapped_chunk(m, p);
3274 check_mmapped_chunk(m, newp);

Completed in 131 milliseconds