MCPcopy 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
140void operator delete[](void* ptr) noexcept {
141 Star::free(ptr);
142}
143
144void operator delete(void* ptr, std::nothrow_t const&) noexcept {
145 Star::free(ptr);

Callers

nothing calls this directly

Calls 1

freeFunction · 0.70

Tested by

no test coverage detected