Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ FCEU_afree
Function
FCEU_afree
src/utils/memory.cpp:47–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void FCEU_afree(void* ptr)
48
{
49
#ifdef _MSC_VER
50
_aligned_free(ptr);
51
#else
52
free(ptr);
53
#endif
54
}
55
56
static void *_FCEU_malloc(size_t size)
57
{
Callers
1
FCEU_KillVirtualVideo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected