MCPcopy Create free account
hub / github.com/apache/arrow / __map_mman_error

Function __map_mman_error

cpp/src/arrow/io/mman.h:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40#endif
41
42static inline int __map_mman_error(const DWORD err, const int deferr) {
43 if (err == 0) return 0;
44 // TODO: implement
45 return err;
46}
47
48static inline DWORD __map_mmap_prot_page(const int prot) {
49 DWORD protect = 0;

Callers 7

mmapFunction · 0.85
munmapFunction · 0.85
mprotectFunction · 0.85
msyncFunction · 0.85
mlockFunction · 0.85
munlockFunction · 0.85
StatusFromMmapErrnoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected