MCPcopy 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
136void operator delete(void* ptr) noexcept {
137 Star::free(ptr);
138}
139
140void operator delete[](void* ptr) noexcept {
141 Star::free(ptr);

Callers

nothing calls this directly

Calls 1

freeFunction · 0.70

Tested by

no test coverage detected