MCPcopy 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
74void operator delete (void* addr) {
75 return dealloc(addr);
76}

Callers

nothing calls this directly

Calls 1

deallocFunction · 0.85

Tested by

no test coverage detected