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

Function FCEU_dfree

src/utils/memory.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void FCEU_dfree(void *ptr)
104{
105 return FCEU_free(ptr);
106}
107
108void* FCEU_realloc(void* ptr, size_t size)
109{

Callers 4

FCEUD_NetworkConnectFunction · 0.85
FCEUD_NetplayTextFunction · 0.85
FCEUD_NetworkConnectFunction · 0.85
FCEUD_NetplayTextFunction · 0.85

Calls 1

FCEU_freeFunction · 0.85

Tested by

no test coverage detected