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

/vbox/include/VBox/HGSMI/
H A DHGSMI.h240 uint32_t offHeapHandle,
284 HGSMIOFFSET offHeapHandle; local
287 offHeapHandle = (HGSMIOFFSET)((uintptr_t)pHeap->u.hPtr - (uintptr_t)pHeap->area.pu8Base);
291 offHeapHandle = (HGSMIOFFSET)((uintptr_t)pHeap->u.hOff - (uintptr_t)pHeap->area.pu8Base);
295 offHeapHandle = HGSMIOFFSET_VOID;
297 return offHeapHandle;
/vbox/src/VBox/GuestHost/HGSMI/
H A DHGSMICommon.cpp200 uint32_t offHeapHandle,
217 pHeap->u.hOff = (RTHEAPOFFSET)((uint8_t *)pvBase + offHeapHandle);
221 pHeap->u.hPtr = (RTHEAPSIMPLE)((uint8_t *)pvBase + offHeapHandle);
197 HGSMIHeapRelocate(HGSMIHEAP *pHeap, uint32_t u32HeapType, void *pvBase, uint32_t offHeapHandle, uintptr_t offDelta, HGSMISIZE cbArea, HGSMIOFFSET offBase) argument

Completed in 61 milliseconds