MCPcopy Create free account
hub / github.com/TASEmulators/fceux / FCEU_realloc

Function FCEU_realloc

src/utils/memory.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void* FCEU_realloc(void* ptr, size_t size)
109{
110 return realloc(ptr,size);
111}
112
113void FCEU_abort(const char* message)
114{

Callers 1

ApplyIPSFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected