MCPcopy 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
98void *FCEU_dmalloc(size_t size)
99{
100 return FCEU_malloc(size);
101}
102
103void FCEU_dfree(void *ptr)
104{

Callers 15

FCEUNET_SendFileFunction · 0.85
FetchFileFunction · 0.85
SaveSnapshotFunction · 0.85
FCEUI_LoadGameVirtualFunction · 0.85
InitCheatCompFunction · 0.85
iNES_InitFunction · 0.85
gui_prepareFunction · 0.85
doPopupFunction · 0.85
InitSoundFunction · 0.85
FCEUD_NetworkConnectFunction · 0.85
FCEUD_NetplayTextFunction · 0.85
BlitScreenFunction · 0.85

Calls 1

FCEU_mallocFunction · 0.85

Tested by

no test coverage detected