Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ FCEU_free
Function
FCEU_free
src/utils/memory.cpp:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void FCEU_free(void *ptr)
94
{
95
_FCEU_free(ptr);
96
}
97
98
void *FCEU_dmalloc(size_t size)
99
{
Callers
5
ResetExState
Function · 0.85
FreeBuffers
Function · 0.85
iNESGI
Function · 0.85
FCEU_dfree
Function · 0.85
KillBlitToHigh
Function · 0.85
Calls
1
_FCEU_free
Function · 0.85
Tested by
no test coverage detected