Searched refs:m_allocSize (Results 1 – 3 of 3) sorted by relevance
29 if (m_allocSize + len > m_bufSize) { in alloc()33 unsigned char* buf = m_buf + m_allocSize; in alloc()34 m_allocSize += len; in alloc()39 m_flushSize = m_allocSize; in flush()59 size_t m_allocSize = 0U;
82 m_allocSize(0U), in VirtioGpuStream()177 int ret = commitBuffer(m_allocSize - m_allocFlushSize); in flush()180 m_allocFlushSize = m_allocSize; in flush()193 if (m_allocSize + minSize > cmd->cmdSize) { in allocBuffer()195 m_allocSize = 0U; in allocBuffer()215 m_allocSize += minSize; in allocBuffer()233 m_allocSize = 0U; in allocBuffer()298 m_allocSize += len; in writeFully()
101 size_t m_allocSize; variable