Lines Matching defs:offSelf

68     uint32_t /*PRTHEAPOFFSETINTERNAL*/  offSelf;
175 * Converts RTHEAPOFFSETBLOCK::offSelf into a heap anchor block pointer.
180 #define RTHEAPOFF_GET_ANCHOR(pBlock) ( (PRTHEAPOFFSETINTERNAL)((uint8_t *)(pBlock) - (pBlock)->offSelf ) )
405 pFree->Core.offSelf = pHeapInt->offFreeHead;
549 pFree->Core.offPrev = pPrev->Core.offSelf;
551 pFree->Core.offSelf = RTHEAPOFF_TO_OFF(pHeapInt, pFree);
553 pFree->offPrev = pPrev->Core.offSelf;
556 - pFree->Core.offSelf - sizeof(RTHEAPOFFSETBLOCK);
558 pPrev->Core.offNext = pFree->Core.offSelf;
559 pPrev->offNext = pFree->Core.offSelf;
560 pPrev->cb = pFree->Core.offSelf - pPrev->Core.offSelf - sizeof(RTHEAPOFFSETBLOCK);
563 RTHEAPOFF_TO_PTR(pHeapInt, pFree->Core.offNext, PRTHEAPOFFSETBLOCK)->offPrev = pFree->Core.offSelf;
565 RTHEAPOFF_TO_PTR(pHeapInt, pFree->Core.offNext, PRTHEAPOFFSETFREE)->offPrev = pFree->Core.offSelf;
567 pHeapInt->offFreeTail = pFree->Core.offSelf;
584 pNew->Core.offSelf = RTHEAPOFF_TO_OFF(pHeapInt, pNew);
587 RTHEAPOFF_TO_PTR(pHeapInt, pFree->Core.offNext, PRTHEAPOFFSETBLOCK)->offPrev = pNew->Core.offSelf;
593 RTHEAPOFF_TO_PTR(pHeapInt, pNew->offNext, PRTHEAPOFFSETFREE)->offPrev = pNew->Core.offSelf;
595 pHeapInt->offFreeTail = pNew->Core.offSelf;
598 RTHEAPOFF_TO_PTR(pHeapInt, pNew->offPrev, PRTHEAPOFFSETFREE)->offNext = pNew->Core.offSelf;
600 pHeapInt->offFreeHead = pNew->Core.offSelf;
602 - pNew->Core.offSelf - sizeof(RTHEAPOFFSETBLOCK);
609 pFree->Core.offNext = pNew->Core.offSelf;
919 pBlock, pBlock->Core.offSelf, pBlock->Core.offNext, pBlock->Core.offPrev, pBlock->Core.fFlags, cb,
923 pBlock, pBlock->Core.offSelf, pBlock->Core.offNext, pBlock->Core.offPrev, pBlock->Core.fFlags, cb);