Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinit/TMoe
/ GetPageSize
Function
GetPageSize
app/src/main/cpp/utils/FileMemMap.cpp:97–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
namespace utils {
96
97
size_t GetPageSize() {
98
return size_t(sysconf(_SC_PAGESIZE));
99
}
100
101
}
Callers
2
mapFilePath
Method · 0.85
mapFileDescriptor
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected