Changeset 26642 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib
- Timestamp:
- Feb 19, 2010 10:17:09 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57851
- Location:
- trunk/src/VBox/Additions/common/VBoxGuestLib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/Init.cpp
r26425 r26642 158 158 ; 159 159 } 160 else 161 LogRel(("vbglInitCommon: VbglPhysHeapInit failed. rc=%Rrc\n", rc)); 160 162 161 163 dprintf(("vbglInitCommon: rc = %d\n", rc)); -
trunk/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp
r26425 r26642 319 319 if (!pChunk) 320 320 { 321 LogRel(("vbglPhysHeapChunkAlloc: failed to alloc %u contiguous bytes.\n", cbSize)); 321 322 return NULL; 322 323 }
Note:
See TracChangeset
for help on using the changeset viewer.