Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ FCEU_dmalloc
Function
FCEU_dmalloc
src/utils/memory.cpp:98–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
void *FCEU_dmalloc(size_t size)
99
{
100
return FCEU_malloc(size);
101
}
102
103
void FCEU_dfree(void *ptr)
104
{
Callers
15
FCEUNET_SendFile
Function · 0.85
FetchFile
Function · 0.85
SaveSnapshot
Function · 0.85
FCEUI_LoadGameVirtual
Function · 0.85
InitCheatComp
Function · 0.85
iNES_Init
Function · 0.85
gui_prepare
Function · 0.85
doPopup
Function · 0.85
InitSound
Function · 0.85
FCEUD_NetworkConnect
Function · 0.85
FCEUD_NetplayText
Function · 0.85
BlitScreen
Function · 0.85
Calls
1
FCEU_malloc
Function · 0.85
Tested by
no test coverage detected