VirtualBox

Ignore:
Timestamp:
Mar 3, 2014 2:01:47 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92603
Message:

Runtime/r0drv/solaris: Parameter comment.

File:
1 edited

Legend:

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

    r47428 r50667  
    186186    /* Allocate physically contiguous (< 4GB) page-aligned memory. */
    187187    uint64_t uPhys;
    188     void *pvMem = rtR0SolMemAlloc((uint64_t)_4G - 1, &uPhys, cb, PAGESIZE, true);
     188    void *pvMem = rtR0SolMemAlloc((uint64_t)_4G - 1, &uPhys, cb, PAGESIZE, true /* fContig */);
    189189    if (RT_UNLIKELY(!pvMem))
    190190    {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette