Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ operator delete
Function
operator delete
source/core/StarMemory.cpp:136–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
void operator delete(void* ptr) noexcept {
137
Star::free(ptr);
138
}
139
140
void operator delete[](void* ptr) noexcept {
141
Star::free(ptr);
Callers
nothing calls this directly
Calls
1
free
Function · 0.70
Tested by
no test coverage detected