VirtualBox

Ignore:
Timestamp:
Nov 25, 2008 6:16:51 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39889
Message:

VMM,SUPLib: Updated SUPLib API spec, turned out we don't get zero-filled memory from ring-0. Switched the heap to use the new api.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r14587 r14589  
    851851
    852852
    853 SUPR3DECL(int) SUPPageAllocLocked(size_t cPages, void **ppvPages)
    854 {
    855     return SUPR3PageAllocEx(cPages, 0 /*fFlags*/, ppvPages, NULL /*pR0Ptr*/, NULL /*paPages*/);
    856 }
    857 
    858 
    859853SUPR3DECL(int) SUPPageAllocLockedEx(size_t cPages, void **ppvPages, PSUPPAGE paPages)
    860854{
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette