VirtualBox

Ignore:
Timestamp:
Dec 29, 2022 5:42:37 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
154990
Message:

IPRT/alloc-r0drv-solaris.c: doxygen indent

File:
1 edited

Legend:

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

    r96407 r97900  
    138138 * @param   fContig        Whether the memory must be physically contiguous or
    139139 *                         not.
    140  *
    141140 * @returns Virtual address of allocated memory block or NULL if allocation
    142  *        failed.
     141 *          failed.
    143142 */
    144143DECLHIDDEN(void *) rtR0SolMemAlloc(uint64_t uPhysHi, uint64_t *puPhys, size_t cb, uint64_t uAlignment, bool fContig)
     
    178177 * Frees memory allocated using rtR0SolMemAlloc().
    179178 *
    180  * @param   pv         The memory to free.
    181  * @param   cb         Size of the memory block
     179 * @param   pv          The memory to free.
     180 * @param   cb          Size of the memory block
    182181 */
    183182DECLHIDDEN(void) rtR0SolMemFree(void *pv, size_t cb)
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