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

/vbox/src/VBox/Debugger/
H A DDBGCEval.cpp96 * @param cbRequested The number of bytes to allocate.
98 char *dbgcAllocStringScatch(PDBGC pDbgc, size_t cbRequested) argument
100 if (cbRequested > dbgcGetFreeScratchSpace(pDbgc))
103 pDbgc->pszScratch += cbRequested;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPCr.cpp80 static int vboxMpCrShgsmiBufCacheBufReinit(PVBOXMP_CRSHGSMITRANSPORT pCon, PVBOXMP_CRSHGSMICON_BUFDR_CACHE pCache, PVBOXMP_CRSHGSMICON_BUFDR pDr, uint32_t cbRequested) argument
82 if (pDr->cbBuf >= cbRequested)
88 pDr->pvBuf = VBoxMpCrShgsmiTransportBufAlloc(pCon, cbRequested);
96 pDr->cbBuf = cbRequested;

Completed in 49 milliseconds