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

/vbox/src/VBox/Storage/
H A DVMDK.cpp1101 size_t cbGTBuffers = cbGT; /* Start with space for one GT. */ local
1104 uint32_t *pTmpGT1 = (uint32_t *)RTMemAlloc(cbGTBuffers);
1105 uint32_t *pTmpGT2 = (uint32_t *)RTMemAlloc(cbGTBuffers);
1175 && cbGTBuffers < cbGTRead)
1199 cbGTBuffersMax = cbGTBuffers;

Completed in 64 milliseconds