| 146 | // |
| 147 | //***************************************************************************** |
| 148 | inline u32 AddressToChunkMapIndex( u32 address ) |
| 149 | { |
| 150 | return address / CHUNK_SIZE; |
| 151 | } |
| 152 | |
| 153 | //***************************************************************************** |
| 154 | // |
no outgoing calls
no test coverage detected