note: it is illegal to call this if NotEmpty() returns 0
| 2191 | |
| 2192 | // note: it is illegal to call this if NotEmpty() returns 0 |
| 2193 | __forceinline bool Contains(unsigned int address, int size) |
| 2194 | { |
| 2195 | return broad.islands[0].Contains(address,size) && |
| 2196 | mid.Contains(address,size) && |
| 2197 | narrow.Contains(address,size); |
| 2198 | } |
| 2199 | }; |
| 2200 | TieredRegion hookedRegions [LUAMEMHOOK_COUNT]; |
| 2201 |
no outgoing calls
no test coverage detected