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

/vbox/src/VBox/Runtime/common/alloc/
H A Dheapsimple.cpp51 typedef struct RTHEAPSIMPLEBLOCK *PRTHEAPSIMPLEBLOCK; typedef in typeref:struct:RTHEAPSIMPLEBLOCK
63 PRTHEAPSIMPLEBLOCK pNext;
65 PRTHEAPSIMPLEBLOCK pPrev;
188 Assert((pBlock) == (PRTHEAPSIMPLEBLOCK)((pHeapInt) + 1)); \
276 static PRTHEAPSIMPLEBLOCK rtHeapSimpleAllocBlock(PRTHEAPSIMPLEINTERNAL pHeapInt, size_t cb, size_t uAlignment);
277 static void rtHeapSimpleFreeBlock(PRTHEAPSIMPLEINTERNAL pHeapInt, PRTHEAPSIMPLEBLOCK pBlock);
367 RELOCATE_IT(pCur->Core.pNext, PRTHEAPSIMPLEBLOCK, offDelta);
368 RELOCATE_IT(pCur->Core.pPrev, PRTHEAPSIMPLEBLOCK, offDelta);
392 PRTHEAPSIMPLEBLOCK pBlock;
429 PRTHEAPSIMPLEBLOCK pBloc
[all...]

Completed in 44 milliseconds