Changeset 41875 in vbox for trunk/src/VBox
- Timestamp:
- Jun 22, 2012 4:40:10 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.c
r41682 r41875 751 751 ASMAtomicWriteU32(&s_cbLargePage, 0); 752 752 } 753 753 754 uint64_t PhysAddr; 754 755 if ( cb == s_cbLargePage … … 777 778 /* 778 779 * Allocate physically contiguous memory aligned as specified. 779 * Note: contig_alloc() can be agonizingly slow for large (e.g. >= _2M) contiguous allocations.780 * So we shouldn't ideally be in this path for large-page allocations. .781 780 */ 782 781 AssertCompile(NIL_RTHCPHYS == UINT64_MAX); NOREF(RTASSERTVAR);
Note:
See TracChangeset
for help on using the changeset viewer.