Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ FCEU_malloc
Function
FCEU_malloc
src/utils/memory.cpp:81–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
void *FCEU_malloc(size_t size)
82
{
83
void *ret = _FCEU_malloc(size);
84
memset(ret, 0, size);
85
return ret;
86
}
87
88
void FCEU_gfree(void *ptr)
89
{
Callers
15
AddExState
Function · 0.85
SaveSnapshot
Function · 0.85
AllocGenieRW
Function · 0.85
SubLoad
Function · 0.85
FDSLoad
Function · 0.85
NSFLoad
Function · 0.85
ApplyIPS
Function · 0.85
asprintf
Function · 0.85
LoadPRG
Function · 0.85
SetBoardName
Function · 0.85
LoadCHR
Function · 0.85
InitializeBoard
Function · 0.85
Calls
1
_FCEU_malloc
Function · 0.85
Tested by
no test coverage detected