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:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
static void _FCEU_free(void* ptr)
67
{
68
free(ptr);
69
}
70
71
void *FCEU_gmalloc(size_t size)
72
{
Callers
2
FCEU_gfree
Function · 0.85
FCEU_free
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected