Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/MMKV
/ getPageSize
Function
getPageSize
Core/MemoryFile_Win32.cpp:297–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
295
}
296
297
size_t getPageSize() {
298
SYSTEM_INFO system_info;
299
GetSystemInfo(&system_info);
300
return system_info.dwPageSize;
301
}
302
303
MMKVPath_t absolutePath(const MMKVPath_t& path) {
304
fs::path relative_path(path);
Callers
1
copyFileContent
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected