Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ operator delete
Method
operator delete
include/covscript/impl/symbols.hpp:638–642 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
636
}
637
638
static void operator delete(void *ptr)
639
{
640
gc.remove(ptr);
641
::operator delete(ptr);
642
}
643
644
statement_base() = default;
645
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected