Home
last modified time | relevance | path

Searched refs:os2mmap (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1334 static void* os2mmap(size_t size) { in os2mmap() function
1342 #define os2direct_mmap(n) os2mmap(n)
1362 #define CALL_MMAP(s) os2mmap(s)
/external/libffi/src/
Ddlmalloc.c1329 static void* os2mmap(size_t size) { in os2mmap() function
1337 #define os2direct_mmap(n) os2mmap(n)
1357 #define CALL_MMAP(s) os2mmap(s)