Searched refs:check_mmapped_chunk (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 2261 #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); in mmap_alloc() 3274 check_mmapped_chunk(m, newp); in mmap_resize()
|
/external/libffi/src/ |
D | dlmalloc.c | 2256 #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); in mmap_alloc() 3269 check_mmapped_chunk(m, newp); in mmap_resize()
|
/external/dlmalloc/ |
D | malloc.c | 2796 #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); in mmap_alloc() 3901 check_mmapped_chunk(m, newp); in mmap_resize()
|