Searched refs:m_currentPtr (Results 1 – 2 of 2) sorted by relevance
37 this->m_currentPtr=ptr; in ArrayMemory()52 this->m_currentPtr=ptr; in ArrayMemory()98 offset=(unsigned long)(this->m_currentPtr - this->m_ptr); in NewBuffer()101 this->m_currentPtr += pad; in NewBuffer()105 if (this->m_currentPtr + length + tailSize < this->m_ptr + m_bufferLength) in NewBuffer()107 char *result=this->m_currentPtr; in NewBuffer()108 this->m_currentPtr += length + tailSize; in NewBuffer()165 this->m_currentPtr=this->m_ptr; in FreeMemory()
61 char *m_currentPtr; variable