Changeset 27119 in vbox
- Timestamp:
- Mar 5, 2010 5:43:04 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58454
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceBalloon.cpp
r27111 r27119 72 72 /** @todo r=bird: this isn't safe on linux. See suplibOsPageAlloc in 73 73 * SUPLib-linux.cpp. We should probably just fail outright here if 74 * linux, just in case... */ 74 * linux, just in case... 75 * frank: To be more specific, the problem is fork(). */ 75 76 void *pv = RTMemPageAlloc(VMMDEV_MEMORY_BALLOON_CHUNK_SIZE); 76 77 rc = VbglR3MemBalloonChange(pv, /* inflate=*/ true);
Note:
See TracChangeset
for help on using the changeset viewer.