Searched refs:osMmap (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | os_unix.c | 501 #define osMmap ((void*(*)(void*,size_t,int,int,int,off_t))aSyscall[22].pCurrent) macro 4831 pMem = osMmap(0, nMap, in unixShmMap() 5185 pNew = osMmap(pReq, nNew-nReuse, flags, MAP_SHARED, h, nReuse); in unixRemapfile() 5204 pNew = osMmap(0, nNew, flags, MAP_SHARED, h, 0); in unixRemapfile()
|