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:140–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
void operator delete[](void* ptr) noexcept {
141
Star::free(ptr);
142
}
143
144
void operator delete(void* ptr, std::nothrow_t const&) noexcept {
145
Star::free(ptr);
Callers
nothing calls this directly
Calls
1
free
Function · 0.70
Tested by
no test coverage detected