MCPcopy Create free account
hub / github.com/TASEmulators/fceux / FCEU_free

Function FCEU_free

src/utils/memory.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void FCEU_free(void *ptr)
94{
95 _FCEU_free(ptr);
96}
97
98void *FCEU_dmalloc(size_t size)
99{

Callers 5

ResetExStateFunction · 0.85
FreeBuffersFunction · 0.85
iNESGIFunction · 0.85
FCEU_dfreeFunction · 0.85
KillBlitToHighFunction · 0.85

Calls 1

_FCEU_freeFunction · 0.85

Tested by

no test coverage detected