Home | History | Annotate | Download | only in stdlib

Lines Matching refs:DIRECT_MMAP

1331 #define DIRECT_MMAP(s)       MFAIL
1359 #define DIRECT_MMAP(s) CALL_MMAP(s)
1395 #define DIRECT_MMAP(s) win32direct_mmap(s)
3168 char* mm = (char*)(DIRECT_MMAP(mmsize));