VirtualBox

Changeset 22125 in vbox


Ignore:
Timestamp:
Aug 10, 2009 11:22:03 AM (15 years ago)
Author:
vboxsync
Message:

alloc-r0drv.cpp: Relax RTMem*Alloc* checks.

File:
1 edited

Legend:

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

    r22052 r22125  
    129129{
    130130    PRTMEMHDR pHdr;
    131     RT_ASSERT_PREEMPTIBLE();
     131    RT_ASSERT_INTS_ON();
    132132
    133133    pHdr = rtMemAlloc(cb + RTR0MEM_FENCE_EXTRA, 0);
     
    159159{
    160160    PRTMEMHDR pHdr;
    161     RT_ASSERT_PREEMPTIBLE();
     161    RT_ASSERT_INTS_ON();
    162162
    163163    pHdr = rtMemAlloc(cb + RTR0MEM_FENCE_EXTRA, RTMEMHDR_FLAG_ZEROED);
     
    274274    PRTMEMHDR pHdr;
    275275    RT_ASSERT_PREEMPTIBLE();
    276        
     276
    277277    pHdr = rtMemAlloc(cb + RTR0MEM_FENCE_EXTRA, RTMEMHDR_FLAG_EXEC);
    278278    if (pHdr)
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