Searched refs:PRTHEAPOFFSETFREE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/alloc/
H A Dheapoffset.cpp53 typedef struct RTHEAPOFFSETFREE *PRTHEAPOFFSETFREE; typedef in typeref:struct:RTHEAPOFFSETFREE
124 uint32_t /*PRTHEAPOFFSETFREE*/ offNext;
126 uint32_t /*PRTHEAPOFFSETFREE*/ offPrev;
149 uint32_t /*PRTHEAPOFFSETFREE*/ offFreeHead;
151 uint32_t /*PRTHEAPOFFSETFREE*/ offFreeTail;
283 Assert((pBlock) == RTHEAPOFF_TO_PTR(pHeapInt, (pHeapInt)->offFreeHead, PRTHEAPOFFSETFREE) ); \
295 Assert((pBlock) == RTHEAPOFF_TO_PTR(pHeapInt, (pHeapInt)->offFreeTail, PRTHEAPOFFSETFREE)); \
366 PRTHEAPOFFSETFREE pFree;
402 pFree = RTHEAPOFF_TO_PTR(pHeapInt, pHeapInt->offFreeHead, PRTHEAPOFFSETFREE);
511 PRTHEAPOFFSETFREE pFre
[all...]

Completed in 43 milliseconds