Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
void iMemExit()
52
{
53
free((void*)gMemInfo.DRAM.addr);
54
gMemInfo.DRAM.addr = 0;
55
}
Callers
1
xMemExit
Function · 0.85
Calls
1
free
Function · 0.70
Tested by
no test coverage detected