Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
6240
DecodedOp* DecodedOp::alloc() {
6241
return freeOps.get();
6242
}
6243
6244
void DecodedOp::dealloc() {
6245
if (this == doneOp) {
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected