| 6313 | uint32_t GetId() const { return m_Id; } |
| 6314 | void* GetMappedData() const { return m_pMappedData; } |
| 6315 | uint32_t GetMapRefCount() const { return m_MapCount; } |
| 6316 | |
| 6317 | // Call when allocation/free was made from m_pMetadata. |
| 6318 | // Used for m_MappingHysteresis. |