- Timestamp:
- Jan 28, 2007 12:01:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp
r392 r393 56 56 * Allocate and initialize the object. 57 57 */ 58 pNew = (PRTR0MEMOBJINTERNAL)RTMemAllocZ(cb );58 pNew = (PRTR0MEMOBJINTERNAL)RTMemAllocZ(cbSelf); 59 59 if (pNew) 60 60 {
Note:
See TracChangeset
for help on using the changeset viewer.