Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ operator delete
Function
operator delete
depends/sizecheck/sizecheck.cpp:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void operator delete (void* addr) {
75
return dealloc(addr);
76
}
Callers
nothing calls this directly
Calls
1
dealloc
Function · 0.85
Tested by
no test coverage detected