VirtualBox

Changeset 32238 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 3, 2010 5:01:25 PM (14 years ago)
Author:
vboxsync
Message:

VMM/MMHeap: comments, added MM_TAG_DBGF_CORE_WRITE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/MMHeap.cpp

    r28800 r32238  
    131131 * @param   enmTag      Statistics tag. Statistics are collected on a per tag
    132132 *                      basis in addition to a global one. Thus we can easily
    133  *                      identify how memory is used by the VM.
     133 *                      identify how memory is used by the VM. See MM_TAG_*.
    134134 * @param   cbSize      Size of the block.
    135135 */
     
    155155 * @param   enmTag      Statistics tag. Statistics are collected on a per tag
    156156 *                      basis in addition to a global one. Thus we can easily
    157  *                      identify how memory is used by the VM.
     157 *                      identify how memory is used by the VM. See MM_TAG_*.
    158158 * @param   cbSize      Size of the block.
    159159 */
     
    171171 * @param   enmTag      Statistics tag. Statistics are collected on a per tag
    172172 *                      basis in addition to a global one. Thus we can easily
    173  *                      identify how memory is used by the VM.
     173 *                      identify how memory is used by the VM. See MM_TAG_*.
    174174 * @param   cbSize      Size of the block.
    175175 * @param   ppv         Where to store the pointer to the allocated memory on success.
     
    195195 * @param   enmTag      Statistics tag. Statistics are collected on a per tag
    196196 *                      basis in addition to a global one. Thus we can easily
    197  *                      identify how memory is used by the VM.
     197 *                      identify how memory is used by the VM. See MM_TAG_*.
    198198 * @param   cbSize      Size of the block.
    199199 * @param   ppv         Where to store the pointer to the allocated memory on success.
     
    218218 * @param   enmTag      Statistics tag. Statistics are collected on a per tag
    219219 *                      basis in addition to a global one. Thus we can easily
    220  *                      identify how memory is used by the VM.
     220 *                      identify how memory is used by the VM. See MM_TAG_*.
    221221 * @param   cbSize      Size of the block.
    222222 */
     
    234234 * @param   enmTag      Statistics tag. Statistics are collected on a per tag
    235235 *                      basis in addition to a global one. Thus we can easily
    236  *                      identify how memory is used by the VM.
     236 *                      identify how memory is used by the VM. See MM_TAG_*.
    237237 * @param   cbSize      Size of the block.
    238238 */
     
    250250 * @param   enmTag      Statistics tag. Statistics are collected on a per tag
    251251 *                      basis in addition to a global one. Thus we can easily
    252  *                      identify how memory is used by the VM.
     252 *                      identify how memory is used by the VM. See MM_TAG_*.
    253253 * @param   cbSize      Size of the block.
    254254 * @param   ppv         Where to store the pointer to the allocated memory on success.
     
    274274 * @param   enmTag      Statistics tag. Statistics are collected on a per tag
    275275 *                      basis in addition to a global one. Thus we can easily
    276  *                      identify how memory is used by the VM.
     276 *                      identify how memory is used by the VM. See MM_TAG_*.
    277277 * @param   cbSize      Size of the block.
    278278 * @param   ppv         Where to store the pointer to the allocated memory on success.
     
    297297 * @param   enmTag      Statistics tag. Statistics are collected on a per tag
    298298 *                      basis in addition to a global one. Thus we can easily
    299  *                      identify how memory is used by the VM.
     299 *                      identify how memory is used by the VM. See MM_TAG_*.
    300300 * @param   cbSize      Size of the block.
    301301 * @param   fZero       Whether or not to zero the memory block.
     
    518518 * @param   enmTag      Statistics tag. Statistics are collected on a per tag
    519519 *                      basis in addition to a global one. Thus we can easily
    520  *                      identify how memory is used by the VM.
     520 *                      identify how memory is used by the VM. See MM_TAG_*.
    521521 * @param   psz         The string to duplicate. NULL is allowed.
    522522 */
     
    543543 * @param   enmTag      Statistics tag. Statistics are collected on a per tag
    544544 *                      basis in addition to a global one. Thus we can easily
    545  *                      identify how memory is used by the VM.
     545 *                      identify how memory is used by the VM. See MM_TAG_*.
    546546 * @param   psz         The string to duplicate. NULL is allowed.
    547547 */
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