Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ FCEU_dfree
Function
FCEU_dfree
src/utils/memory.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
void FCEU_dfree(void *ptr)
104
{
105
return FCEU_free(ptr);
106
}
107
108
void* FCEU_realloc(void* ptr, size_t size)
109
{
Callers
4
FCEUD_NetworkConnect
Function · 0.85
FCEUD_NetplayText
Function · 0.85
FCEUD_NetworkConnect
Function · 0.85
FCEUD_NetplayText
Function · 0.85
Calls
1
FCEU_free
Function · 0.85
Tested by
no test coverage detected