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

/vbox/src/VBox/VMM/VMMR3/
H A DVMMTests.cpp65 uint32_t cbResults = cMsrsPerCall * sizeof(VMMTESTMSRENTRY); local
67 rc = MMHyperAlloc(pVM, cbResults, 0, MM_TAG_VMM, (void **)&paResults);
68 AssertMsgRCReturn(rc, ("Error allocating %#x bytes off the hyper heap: %Rrc\n", cbResults, rc), rc);
88 /*RT_BZERO(paResults, cbResults);*/

Completed in 44 milliseconds