Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
static 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
48
static inline DWORD __map_mmap_prot_page(const int prot) {
49
DWORD protect = 0;
Callers
7
mmap
Function · 0.85
munmap
Function · 0.85
mprotect
Function · 0.85
msync
Function · 0.85
mlock
Function · 0.85
munlock
Function · 0.85
StatusFromMmapErrno
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected