Lines Matching refs:this
317 ScopedLock lk(*this);
330 ScopedLock lk(*this); in Free()
355 ScopedLock lk(*this); in ResizeBlock()
369 ScopedLock lk(*this); in VisitAllBlocks()
380 ScopedLock lk(*this); in GetStartAddress()
391 ScopedLock lk(*this); in GetTotalSize()
402 ScopedLock lk(*this); in GetTotalFreeSize()
415 ScopedLock lk(*this);
431 ScopedLock lk(*this); in Adjust()
447 ScopedLock lk(*this); in Adjust()
460 ScopedLock lk(*this);
474 ScopedLock lk(*this);
487 ScopedLock lk(*this); in HasAddress()
498 ScopedLock lk(*this); in Dump()
539 NN_TASSERT_(!this->m_Heap);
540 this->m_Heap = &heap;
541 this->m_GroupId = groupId;
542 this->m_AllocationMode = mode;
543 this->m_Reuse = reuse;
584 void SetGroupId(bit8 groupId) { this->m_GroupId = groupId; } in SetGroupId()
596 … void SetAllocationMode(AllocationMode allocationMode) { this->m_AllocationMode = allocationMode; } in SetAllocationMode()