- Timestamp:
- Jan 27, 2007 8:09:06 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstPin.cpp
r1 r386 74 74 RTPrintf("SUPPageLock -> rc=%d\n", rc); 75 75 rcRet++; 76 free(aPinnings[i].pv); 77 aPinnings[i].pv = aPinnings[i].pvAligned = NULL; 76 78 break; 77 79 } … … 101 103 } 102 104 } 105 106 103 107 /* 104 108 * Allocate a bit of contiguous memory. 105 109 */ 106 107 110 pv = SUPContAlloc(15003, &HCPhys); 108 111 rcRet += pv == NULL || HCPhys == 0;
Note:
See TracChangeset
for help on using the changeset viewer.