VirtualBox

Ignore:
Timestamp:
Sep 21, 2010 4:51:50 PM (14 years ago)
Author:
vboxsync
Message:

IPRT: started on some internal ring-0 alloc api.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/os2/alloc-r0drv-os2.cpp

    r28298 r32674  
    4343PRTMEMHDR rtR0MemAlloc(size_t cb, uint32_t fFlags)
    4444{
     45    AssertReturn(!(fFlags & RTMEMHDR_FLAG_ANY_CTX), NULL);
     46
    4547    void *pv = NULL;
    4648    APIRET rc = KernVMAlloc(cb + sizeof(RTMEMHDR), VMDHA_FIXED, &pv, (void **)-1, NULL);
Note: See TracChangeset for help on using the changeset viewer.

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