Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
108
void* FCEU_realloc(void* ptr, size_t size)
109
{
110
return realloc(ptr,size);
111
}
112
113
void FCEU_abort(const char* message)
114
{
Callers
1
ApplyIPS
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected