-------------------------------------------------------------------------------------- Description: Returns the current size of the buffer in bytes. --------------------------------------------------------------------------------------
| 322 | // Returns the current size of the buffer in bytes. |
| 323 | // -------------------------------------------------------------------------------------- |
| 324 | uint32_t Tr2DynamicRingBuffer::GetBufferSize() const |
| 325 | { |
| 326 | return m_bufferSize; |
| 327 | } |
| 328 | |
| 329 | void Tr2DynamicRingBuffer::SetName( const char* name ) |
| 330 | { |
no outgoing calls
no test coverage detected