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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VBVA.cpp868 VBOX_VHWA_PENDINGCMD *pPend = (VBOX_VHWA_PENDINGCMD*)RTMemAlloc(sizeof (*pPend)); local
869 if (pPend)
872 pPend->pCommand = pCommand;
876 RTListAppend(&pVGAState->pendingVhwaCommands.PendingList, &pPend->Node);
883 RTMemFree(pPend);

Completed in 49 milliseconds