VirtualBox

Changeset 99758 in vbox for trunk/src/VBox/Runtime/r0drv/nt


Ignore:
Timestamp:
May 11, 2023 9:37:59 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157349
Message:

IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt is documented in the header files). bugref:10442

Location:
trunk/src/VBox/Runtime/r0drv/nt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp

    r98103 r99758  
    9393
    9494
    95 /**
    96  * Allocates physical contiguous memory (below 4GB).
    97  * The allocation is page aligned and its contents is undefined.
    98  *
    99  * @returns Pointer to the memory block. This is page aligned.
    100  * @param   pPhys   Where to store the physical address.
    101  * @param   cb      The allocation size in bytes. This is always
    102  *                  rounded up to PAGE_SIZE.
    103  */
    10495RTR0DECL(void *) RTMemContAlloc(PRTCCPHYS pPhys, size_t cb)
    10596{
     
    143134
    144135
    145 /**
    146  * Frees memory allocated ysing RTMemContAlloc().
    147  *
    148  * @param   pv      Pointer to return from RTMemContAlloc().
    149  * @param   cb      The cb parameter passed to RTMemContAlloc().
    150  */
    151136RTR0DECL(void) RTMemContFree(void *pv, size_t cb)
    152137{
  • trunk/src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp

    r98103 r99758  
    313313 * Common timer callback worker for the non-omni timers.
    314314 *
    315  * @returns HRTIMER_NORESTART or HRTIMER_RESTART depending on whether it's a one-shot or interval timer.
    316315 * @param   pTimer          The timer.
    317316 */
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