Lines Matching refs:this
321 ScopedLock lk(*this);
334 ScopedLock lk(*this); in Free()
359 ScopedLock lk(*this); in ResizeBlock()
373 ScopedLock lk(*this); in VisitAllBlocks()
384 ScopedLock lk(*this); in GetStartAddress()
395 ScopedLock lk(*this); in GetTotalSize()
406 ScopedLock lk(*this); in GetTotalFreeSize()
419 ScopedLock lk(*this);
435 ScopedLock lk(*this); in Adjust()
451 ScopedLock lk(*this); in Adjust()
464 ScopedLock lk(*this);
478 ScopedLock lk(*this);
491 ScopedLock lk(*this); in HasAddress()
502 ScopedLock lk(*this); in Dump()
543 NN_TASSERT_(!this->m_Heap);
544 this->m_Heap = &heap;
545 this->m_GroupId = groupId;
546 this->m_AllocationMode = mode;
547 this->m_Reuse = reuse;
588 void SetGroupId(bit8 groupId) { this->m_GroupId = groupId; } in SetGroupId()
600 … void SetAllocationMode(AllocationMode allocationMode) { this->m_AllocationMode = allocationMode; } in SetAllocationMode()