Searched refs:check_mmapped_chunk (Results 1 - 4 of 4) 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/libffi/src/
H A Ddlmalloc.c2256 #define check_mmapped_chunk(M,P) macro
2265 #define check_mmapped_chunk(M,P) do_check_mmapped_chunk(M,P) macro
3234 check_mmapped_chunk(m, p);
3269 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);
/external/python/cpython3/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 293 milliseconds