MCPcopy 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

95namespace utils {
96
97size_t GetPageSize() {
98 return size_t(sysconf(_SC_PAGESIZE));
99}
100
101}

Callers 2

mapFilePathMethod · 0.85
mapFileDescriptorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected