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

/vbox/src/VBox/GuestHost/HGSMI/
H A DHGSMICommon.cpp221 pHeap->u.hPtr = (RTHEAPSIMPLE)((uint8_t *)pvBase + offHeapHandle);
222 rc = RTHeapSimpleRelocate (pHeap->u.hPtr, offDelta); AssertRC(rc);
296 rc = RTHeapSimpleInit (&pHeap->u.hPtr, pvBase, cbArea);
381 pvBuf = RTHeapSimpleAlloc (pHeap->u.hPtr, cbBuffer, 0);
405 RTHeapSimpleFree (pHeap->u.hPtr, pvBuf);
/vbox/include/VBox/HGSMI/
H A DHGSMI.h86 RTHEAPSIMPLE hPtr; /* Pointer based heap. */ member in union:HGSMIHEAP::__anon4
287 offHeapHandle = (HGSMIOFFSET)((uintptr_t)pHeap->u.hPtr - (uintptr_t)pHeap->area.pu8Base);

Completed in 280 milliseconds