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

Function FCEU_malloc

src/utils/memory.cpp:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void *FCEU_malloc(size_t size)
82{
83 void *ret = _FCEU_malloc(size);
84 memset(ret, 0, size);
85 return ret;
86}
87
88void FCEU_gfree(void *ptr)
89{

Callers 15

AddExStateFunction · 0.85
SaveSnapshotFunction · 0.85
AllocGenieRWFunction · 0.85
SubLoadFunction · 0.85
FDSLoadFunction · 0.85
NSFLoadFunction · 0.85
ApplyIPSFunction · 0.85
asprintfFunction · 0.85
LoadPRGFunction · 0.85
SetBoardNameFunction · 0.85
LoadCHRFunction · 0.85
InitializeBoardFunction · 0.85

Calls 1

_FCEU_mallocFunction · 0.85

Tested by

no test coverage detected