Lines Matching refs:this
120 this->m_FreeNode = 0; in Finalize()
130 this->m_FreeNode = 0; in Invalidate()
138 this->m_FreeNode = m_FreeNode->next; in Allocate()
139 ++this->m_Count; in Allocate()
162 this->m_FreeNode = reinterpret_cast<Node*&>(p); in Free()
163 --this->m_Count; in Free()
312 ScopedLock lk(*this); in Allocate()
323 ScopedLock lk(*this); in Free()
351 ScopedLock lk(*this); in GetAllocatableCount()
361 ScopedLock lk(*this); in GetAllocatedCount()
371 ScopedLock lk(*this); in GetAlignment()
396 ScopedLock lk(*this); in Dump()