Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MJx0/KittyMemoryEx
/ ~MemoryBackup
Method
~MemoryBackup
KittyMemoryEx/MemoryBackup.cpp:11–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}
10
11
MemoryBackup::~MemoryBackup()
12
{
13
// clean up
14
_orig_code.clear();
15
_orig_code.shrink_to_fit();
16
}
17
18
MemoryBackup::MemoryBackup(IKittyMemOp *pMem, uintptr_t absolute_address, size_t backup_size)
19
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected