Changeset 26414 in vbox
- Timestamp:
- Feb 10, 2010 3:31:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/gmm.h
r21217 r26414 76 76 77 77 78 /** The chunk shift. (2^2 0 = 1MB) */79 #define GMM_CHUNK_SHIFT 2 078 /** The chunk shift. (2^21 = 2 MB) */ 79 #define GMM_CHUNK_SHIFT 21 80 80 /** The allocation chunk size. */ 81 81 #define GMM_CHUNK_SIZE (1U << GMM_CHUNK_SHIFT)
Note:
See TracChangeset
for help on using the changeset viewer.