MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / iMemExit

Function iMemExit

src/SB/Core/gc/iMemMgr.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void iMemExit()
52{
53 free((void*)gMemInfo.DRAM.addr);
54 gMemInfo.DRAM.addr = 0;
55}

Callers 1

xMemExitFunction · 0.85

Calls 1

freeFunction · 0.70

Tested by

no test coverage detected