MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / CodeBuffer

Method CodeBuffer

FEXCore/Source/Interface/Core/CPUBackend.h:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46 CodeBuffer(size_t Size);
47 CodeBuffer(const CodeBuffer&) = delete;
48 CodeBuffer& operator=(const CodeBuffer&) = delete;
49 CodeBuffer(CodeBuffer&& oth) = delete;
50 CodeBuffer& operator=(CodeBuffer&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected