MCPcopy Create free account
hub / github.com/MJx0/KittyMemoryEx / MemoryBackup

Method MemoryBackup

KittyMemoryEx/MemoryBackup.cpp:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "MemoryBackup.hpp"
2
3MemoryBackup::MemoryBackup()
4{
5 _pMem = nullptr;
6 _address = 0;
7 _size = 0;
8 _orig_code.clear();
9}
10
11MemoryBackup::~MemoryBackup()
12{

Callers

nothing calls this directly

Calls 2

clearMethod · 0.80
ReadMethod · 0.80

Tested by

no test coverage detected