MCPcopy Create free account
hub / github.com/MJx0/KittyMemoryEx / ~MemoryPatch

Method ~MemoryPatch

KittyMemoryEx/MemoryPatch.cpp:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16MemoryPatch::~MemoryPatch()
17{
18 // clean up
19 _orig_code.clear();
20 _orig_code.shrink_to_fit();
21
22 _patch_code.clear();
23 _patch_code.shrink_to_fit();
24}
25
26MemoryPatch::MemoryPatch(IKittyMemOp *pMem, uintptr_t absolute_address, const void *patch_code, size_t patch_size)
27{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected