MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / alloc

Method alloc

source/emulation/cpu/decoder.cpp:6240–6242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6238#endif
6239}
6240DecodedOp* DecodedOp::alloc() {
6241 return freeOps.get();
6242}
6243
6244void DecodedOp::dealloc() {
6245 if (this == doneOp) {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected