Searched refs:m_tmpBufSize (Results 1 – 2 of 2) sorted by relevance
142 m_tmpBufSize(0), in AddressSpaceStream()190 m_tmpBufSize = allocSize * 2; in allocBuffer()191 m_tmpBuf = (unsigned char*)malloc(m_tmpBufSize); in allocBuffer()194 if (m_tmpBufSize < allocSize) { in allocBuffer()195 m_tmpBufSize = allocSize * 2; in allocBuffer()196 m_tmpBuf = (unsigned char*)realloc(m_tmpBuf, m_tmpBufSize); in allocBuffer()
58 size_t m_tmpBufSize; variable