Searched defs:CALL_MMAP (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 1299 #define CALL_MMAP(s) MFAIL macro 1315 #define CALL_MMAP(s) mmap(0, (s), MMAP_PROT, MMAP_FLAGS, -1, 0) macro 1323 #define CALL_MMAP(s) ((dev_zero_fd < 0) ? \ macro 1362 #define CALL_MMAP(s) os2mmap(s) macro 1399 #define CALL_MMAP(s) win32mmap(s) macro
|
/external/libffi/src/ |
D | dlmalloc.c | 1294 #define CALL_MMAP(s) MFAIL macro 1310 #define CALL_MMAP(s) mmap(0, (s), MMAP_PROT, MMAP_FLAGS, -1, 0) macro 1318 #define CALL_MMAP(s) ((dev_zero_fd < 0) ? \ macro 1357 #define CALL_MMAP(s) os2mmap(s) macro 1394 #define CALL_MMAP(s) win32mmap(s) macro
|
/external/dlmalloc/ |
D | malloc.c | 1729 #define CALL_MMAP(s) MMAP(s) macro 1731 #define CALL_MMAP(s) MMAP_DEFAULT(s) macro 1750 #define CALL_MMAP(s) MMAP(s) macro
|