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

/vbox/src/VBox/Storage/
H A DVMDK.cpp1019 size_t cbGD = pExtent->cGDEntries * sizeof(uint32_t); local
1022 pGD = (uint32_t *)RTMemAllocZ(cbGD);
1032 pRGD = (uint32_t *)RTMemAllocZ(cbGD);
1052 size_t cbGD = pExtent->cGDEntries * sizeof(uint32_t); local
1072 pExtent->pGD, cbGD);
1089 pExtent->pRGD, cbGD);
1254 size_t cbGD = pExtent->cGDEntries * sizeof(uint32_t); local
1255 size_t cbGDRounded = RT_ALIGN_64(cbGD, 512);

Completed in 65 milliseconds