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

Function _FCEU_free

src/utils/memory.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66static void _FCEU_free(void* ptr)
67{
68 free(ptr);
69}
70
71void *FCEU_gmalloc(size_t size)
72{

Callers 2

FCEU_gfreeFunction · 0.85
FCEU_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected