MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / AddressToChunkMapIndex

Function AddressToChunkMapIndex

Source/Utility/ROMFileCache.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146//
147//*****************************************************************************
148inline u32 AddressToChunkMapIndex( u32 address )
149{
150 return address / CHUNK_SIZE;
151}
152
153//*****************************************************************************
154//

Callers 3

PurgeChunkMethod · 0.85
GetCacheIndexMethod · 0.85
GetChunkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected