VirtualBox

Changeset 26414 in vbox


Ignore:
Timestamp:
Feb 10, 2010 3:31:27 PM (15 years ago)
Author:
vboxsync
Message:

Bump chunk size to 2 MB in preparation for big page usage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/gmm.h

    r21217 r26414  
    7676
    7777
    78 /** The chunk shift. (2^20 = 1 MB) */
    79 #define GMM_CHUNK_SHIFT                 20
     78/** The chunk shift. (2^21 = 2 MB) */
     79#define GMM_CHUNK_SHIFT                 21
    8080/** The allocation chunk size. */
    8181#define GMM_CHUNK_SIZE                  (1U << GMM_CHUNK_SHIFT)
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