Searched defs:offFreeTail (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/alloc/
H A Dheapoffset.cpp151 uint32_t /*PRTHEAPOFFSETFREE*/ offFreeTail; member in struct:RTHEAPOFFSETINTERNAL
290 ASSERT_LE((pBlock)->offNext, (pHeapInt)->offFreeTail); \
295 Assert((pBlock) == RTHEAPOFF_TO_PTR(pHeapInt, (pHeapInt)->offFreeTail, PRTHEAPOFFSETFREE)); \
313 ASSERT_LE(RTHEAPOFF_TO_OFF(pHeapInt, pBlock), (pHeapInt)->offFreeTail); \
397 pHeapInt->offFreeTail = pHeapInt->offFreeHead = sizeof(*pHeapInt);
567 pHeapInt->offFreeTail = pFree->Core.offSelf;
595 pHeapInt->offFreeTail = pNew->Core.offSelf;
623 pHeapInt->offFreeTail = pFree->offPrev;
708 if (pHeapInt->offFreeTail)
717 pLeft = RTHEAPOFF_TO_PTR_N(pHeapInt, pHeapInt->offFreeTail, PRTHEAPOFFSETFRE
[all...]
/vbox/src/VBox/VMM/include/
H A DMMInternal.h362 uint32_t offFreeTail; member in struct:MMHYPERHEAP

Completed in 171 milliseconds