MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / free

Function free

source/core/StarMemory.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 void free(void* ptr) {
32 je_free(ptr);
33 }
34
35 void free(void* ptr, size_t size) {
36 if (ptr)

Callers 9

allocateMethod · 0.70
resetMethod · 0.70
~ImageMethod · 0.70
resetMethod · 0.70
operator deleteFunction · 0.70
operator delete[]Function · 0.70
outputStackFunction · 0.70
~SmallVectorMethod · 0.70
reserveMethod · 0.70

Calls 1

rpfreeFunction · 0.85

Tested by

no test coverage detected