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

/vbox/src/VBox/VMM/VMMRZ/
H A DPGMRZDynMap.cpp174 typedef struct PGMR0DYNMAPSEG struct
177 struct PGMR0DYNMAPSEG *pNext;
188 } PGMR0DYNMAPSEG; typedef in typeref:struct:PGMR0DYNMAPSEG
190 typedef PGMR0DYNMAPSEG *PPGMR0DYNMAPSEG;
951 PPGMR0DYNMAPSEG pSeg = (PPGMR0DYNMAPSEG)RTMemAllocZ(RT_UOFFSETOF(PGMR0DYNMAPSEG, ahMemObjPTs[cMaxPTs]));

Completed in 51 milliseconds