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

/vbox/src/VBox/GuestHost/HGSMI/
H A DHGSMIMemAlloc.cpp264 HGSMIMABLOCK *pStart, HGSMIMABLOCK *pEnd, HGSMISIZE cbBlocks)
282 HGSMISIZE cbRemaining = cbBlocks;
422 HGSMISIZE cbBlocks; local
425 hgsmiMAQueryFreeRange(pMA, pIter, cbRequired, &pFreeStart, &pFreeEnd, &cbBlocks);
427 Assert((cbBlocks / HGSMI_MA_BLOCK_SIZE_MIN) * HGSMI_MA_BLOCK_SIZE_MIN == cbBlocks);
429 /* Verify whether cbBlocks is enough for the requested block. */
430 if (cbBlocks >= cbRequired)
433 hgsmiMAReformatFreeBlocks(pMA, order, pFreeStart, pFreeEnd, cbBlocks);
263 hgsmiMAReformatFreeBlocks(HGSMIMADATA *pMA, HGSMIOFFSET maxId, HGSMIMABLOCK *pStart, HGSMIMABLOCK *pEnd, HGSMISIZE cbBlocks) argument

Completed in 45 milliseconds