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

/vbox/src/VBox/Storage/
H A DVHD.cpp509 size_t cbBlockAllocationTableToWrite = pImage->cBlockAllocationTableEntries * sizeof(uint32_t); local
510 uint32_t *pBlockAllocationTableToWrite = (uint32_t *)RTMemAllocZ(cbBlockAllocationTableToWrite);
525 pBlockAllocationTableToWrite, cbBlockAllocationTableToWrite);

Completed in 52 milliseconds