Searched refs:m_cbOutputBufAlloc (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgConsole.cpp358 m_pszOutputBuf(NULL), m_cbOutputBuf(0), m_cbOutputBufAlloc(0),
688 if (cbBuf + pThis->m_cbOutputBuf >= pThis->m_cbOutputBufAlloc)
690 size_t cbNew = RT_ALIGN_Z(cbBuf + pThis->m_cbOutputBufAlloc + 1, 1024);
700 pThis->m_cbOutputBufAlloc = cbNew;
H A DVBoxDbgConsole.h319 size_t m_cbOutputBufAlloc; member in class:VBoxDbgConsole

Completed in 44 milliseconds