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

/vbox/src/VBox/Storage/
H A DDMG.cpp292 typedef struct DMGEXTENT struct
304 } DMGEXTENT; typedef in typeref:struct:DMGEXTENT
306 typedef DMGEXTENT *PDMGEXTENT;
1335 PDMGEXTENT paExtentsNew = (PDMGEXTENT)RTMemRealloc(pThis->paExtents, sizeof(DMGEXTENT) * pThis->cExtentsMax);

Completed in 55 milliseconds