MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / realloc

Function realloc

FEXCore/Source/Utils/AllocatorHooks.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 return ::je_posix_memalign(r, a, s);
31}
32void* realloc(void* ptr, size_t size) {
33 return ::je_realloc(ptr, size);
34}
35void free(void* ptr) {
36 return ::je_free(ptr);
37}

Callers 1

ReallocMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected