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

/vbox/src/VBox/Storage/
H A DVHD.cpp510 uint32_t *pBlockAllocationTableToWrite = (uint32_t *)RTMemAllocZ(cbBlockAllocationTableToWrite); local
512 if (!pBlockAllocationTableToWrite)
519 pBlockAllocationTableToWrite[i] = RT_H2BE_U32(pImage->pBlockAllocationTable[i]);
525 pBlockAllocationTableToWrite, cbBlockAllocationTableToWrite);
528 RTMemFree(pBlockAllocationTableToWrite);

Completed in 53 milliseconds