Searched refs:m_bufferLength (Results 1 – 2 of 2) sorted by relevance
40 this->m_bufferLength = bufferLength; in ArrayMemory()56 this->m_bufferLength = bufferLength; in ArrayMemory()105 if (this->m_currentPtr + length + tailSize < this->m_ptr + m_bufferLength) in NewBuffer()163 memset(this->m_ptr, 0, this->m_bufferLength); in FreeMemory()
53 size_t m_bufferLength; variable