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

Function realloc

source/core/StarMemory.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 void* realloc(void* ptr, size_t size) {
28 return je_realloc(ptr, size);
29 }
30
31 void free(void* ptr) {
32 je_free(ptr);

Callers 3

allocateMethod · 0.70
reserveMethod · 0.70
resetMethod · 0.70

Calls 1

rpreallocFunction · 0.85

Tested by

no test coverage detected