Pointer to the start of the mapped region (header lives at offset 0). */
| 100 | |
| 101 | /** Pointer to the start of the mapped region (header lives at offset 0). */ |
| 102 | void* GetData() const { return MappedAddr; } |
| 103 | |
| 104 | /** Pointer to buffer slot index `Idx` (0 .. NBuffers-1). */ |
| 105 | uint8* GetSlot(uint32 Idx) const; |
nothing calls this directly
no outgoing calls
no test coverage detected