Changeset 19666 in vbox for trunk/include/VBox
- Timestamp:
- May 13, 2009 3:31:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/mm.h
r19663 r19666 204 204 VMMDECL(int) MMHyperFree(PVM pVM, void *pv); 205 205 VMMDECL(void) MMHyperHeapCheck(PVM pVM); 206 VMMDECL(int) MMHyperLock(PVM pVM); 207 VMMDECL(void) MMHyperUnlock(PVM pVM); 206 VMMDECL(int) MMR3LockCall(PVM pVM); 208 207 #ifdef DEBUG 209 208 VMMDECL(void) MMHyperHeapDump(PVM pVM);
Note:
See TracChangeset
for help on using the changeset viewer.