Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AppleWin/AppleWin
/ MemUpdatePaging
Function
MemUpdatePaging
source/Memory.cpp:1326–1329 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1324
static void UpdatePagingForAltRW(void);
1325
1326
void MemUpdatePaging(BOOL initialize)
1327
{
1328
UpdatePaging(initialize);
1329
}
1330
1331
static void UpdatePaging(BOOL initialize)
1332
{
Callers
3
MemInitializeFromSnapshot
Function · 0.85
SetMemMode
Method · 0.85
CmdMemoryLoad
Function · 0.85
Calls
1
UpdatePaging
Function · 0.85
Tested by
no test coverage detected