Home
last modified time | relevance | path

Searched refs:mmap (Results 2251 - 2252 of 2252) sorted by relevance

1...<<91

/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc14684 // The underlying system `mmap` in the simulated environment doesn't recognize in Simulator()
14691 mmap(address, length, prot, flags, fd, offset)); in Simulator()
14694 // The returning address of `mmap` isn't tagged. in Simulator()
/third_party/sqlite/src/
H A Dsqlite3.c2356 ** that are the default mmap size limit (the default setting for
2357 ** [PRAGMA mmap_size]) and the maximum allowed mmap size limit.
2360 ** [SQLITE_FCNTL_MMAP_SIZE] file control. ^(The maximum allowed mmap size
2362 ** compile-time maximum mmap size set by the
14586 ** not exceed the maximum mmap size.
16536 #define PGHDR_MMAP 0x020 /* This is an mmap page object */
19489 sqlite3_int64 szMmap; /* mmap() space per open file */
[all...]

Completed in 168 milliseconds

1...<<91