Changeset 32238 in vbox for trunk/src/VBox
- Timestamp:
- Sep 3, 2010 5:01:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/MMHeap.cpp
r28800 r32238 131 131 * @param enmTag Statistics tag. Statistics are collected on a per tag 132 132 * 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_*. 134 134 * @param cbSize Size of the block. 135 135 */ … … 155 155 * @param enmTag Statistics tag. Statistics are collected on a per tag 156 156 * 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_*. 158 158 * @param cbSize Size of the block. 159 159 */ … … 171 171 * @param enmTag Statistics tag. Statistics are collected on a per tag 172 172 * 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_*. 174 174 * @param cbSize Size of the block. 175 175 * @param ppv Where to store the pointer to the allocated memory on success. … … 195 195 * @param enmTag Statistics tag. Statistics are collected on a per tag 196 196 * 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_*. 198 198 * @param cbSize Size of the block. 199 199 * @param ppv Where to store the pointer to the allocated memory on success. … … 218 218 * @param enmTag Statistics tag. Statistics are collected on a per tag 219 219 * 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_*. 221 221 * @param cbSize Size of the block. 222 222 */ … … 234 234 * @param enmTag Statistics tag. Statistics are collected on a per tag 235 235 * 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_*. 237 237 * @param cbSize Size of the block. 238 238 */ … … 250 250 * @param enmTag Statistics tag. Statistics are collected on a per tag 251 251 * 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_*. 253 253 * @param cbSize Size of the block. 254 254 * @param ppv Where to store the pointer to the allocated memory on success. … … 274 274 * @param enmTag Statistics tag. Statistics are collected on a per tag 275 275 * 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_*. 277 277 * @param cbSize Size of the block. 278 278 * @param ppv Where to store the pointer to the allocated memory on success. … … 297 297 * @param enmTag Statistics tag. Statistics are collected on a per tag 298 298 * 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_*. 300 300 * @param cbSize Size of the block. 301 301 * @param fZero Whether or not to zero the memory block. … … 518 518 * @param enmTag Statistics tag. Statistics are collected on a per tag 519 519 * 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_*. 521 521 * @param psz The string to duplicate. NULL is allowed. 522 522 */ … … 543 543 * @param enmTag Statistics tag. Statistics are collected on a per tag 544 544 * 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_*. 546 546 * @param psz The string to duplicate. NULL is allowed. 547 547 */
Note:
See TracChangeset
for help on using the changeset viewer.