Searched refs:m_tmpBufSize (Results 1 – 2 of 2) sorted by relevance
48 m_tmpBufSize(0), in AddressSpaceStream()112 m_tmpBufSize = allocSize * 2; in allocBuffer()113 m_tmpBuf = (unsigned char*)malloc(m_tmpBufSize); in allocBuffer()116 if (m_tmpBufSize < allocSize) { in allocBuffer()117 m_tmpBufSize = allocSize * 2; in allocBuffer()118 m_tmpBuf = (unsigned char*)realloc(m_tmpBuf, m_tmpBufSize); in allocBuffer()
73 size_t m_tmpBufSize; variable