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

/vbox/src/VBox/Runtime/common/alloc/
H A Dheapoffset.cpp51 typedef struct RTHEAPOFFSETBLOCK *PRTHEAPOFFSETBLOCK; typedef in typeref:struct:RTHEAPOFFSETBLOCK
64 uint32_t /*PRTHEAPOFFSETBLOCK*/ offNext;
66 uint32_t /*PRTHEAPOFFSETBLOCK*/ offPrev;
244 Assert((pBlock) == (PRTHEAPOFFSETBLOCK)((pHeapInt) + 1)); \
332 static PRTHEAPOFFSETBLOCK rtHeapOffsetAllocBlock(PRTHEAPOFFSETINTERNAL pHeapInt, size_t cb, size_t uAlignment);
333 static void rtHeapOffsetFreeBlock(PRTHEAPOFFSETINTERNAL pHeapInt, PRTHEAPOFFSETBLOCK pBlock);
424 PRTHEAPOFFSETBLOCK pBlock;
461 PRTHEAPOFFSETBLOCK pBlock;
508 static PRTHEAPOFFSETBLOCK rtHeapOffsetAllocBlock(PRTHEAPOFFSETINTERNAL pHeapInt, size_t cb, size_t uAlignment)
510 PRTHEAPOFFSETBLOCK pRe
[all...]

Completed in 45 milliseconds