MCPcopy 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
297size_t getPageSize() {
298 SYSTEM_INFO system_info;
299 GetSystemInfo(&system_info);
300 return system_info.dwPageSize;
301}
302
303MMKVPath_t absolutePath(const MMKVPath_t& path) {
304 fs::path relative_path(path);

Callers 1

copyFileContentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected