VirtualBox

Ignore:
Timestamp:
Jul 8, 2014 12:38:45 AM (11 years ago)
Author:
vboxsync
Message:

hack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp

    r51913 r51914  
    23522352    /*
    23532353     * Allocate a temporary memory buffer.
     2354     * Note! The _4K that gets subtracted is to avoid that the 16-byte heap
     2355     *       block header in ring-0 (iprt) caused any unnecessary internal
     2356     *       heap fragmentation.
    23542357     */
    23552358#ifdef IN_RING0
    2356     uint32_t    cbScratch = _256K;
     2359    uint32_t    cbScratch = _256K - _4K;
    23572360#else
    23582361    uint32_t    cbScratch = _1M;
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