Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/MMKV
/ getMemory
Method
getMemory
Core/MemoryFile.h:156–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
size_t getActualFileSize();
155
156
void *getMemory() { return m_ptr; }
157
158
const MMKVPath_t &getPath() { return m_diskFile.getPath(); }
159
Callers
15
checkFileCRCValid
Method · 0.80
recalculateCRCDigestWithIV
Method · 0.80
recalculateCRCDigestOnly
Method · 0.80
restoreOneFromDirectory
Method · 0.80
loadFromFile
Method · 0.80
partialLoadFromFile
Method · 0.80
loadMetaInfoAndCheck
Method · 0.80
checkDataValid
Method · 0.80
checkLoadData
Method · 0.80
readActualSize
Method · 0.80
oldStyleWriteActualSize
Method · 0.80
writeActualSize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected