Changeset 19665 in vbox
- Timestamp:
- May 13, 2009 3:17:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/MMInternal.h
r19663 r19665 324 324 /** The typical magic (MMHYPERHEAP_MAGIC). */ 325 325 uint32_t u32Magic; 326 /** The heap size. (This structure is not included!) */ 327 uint32_t cbHeap; 326 328 /** Lock protecting the heap. */ 327 329 PDMCRITSECT Lock; 328 /** The heap size. (This structure is not included!) */329 uint32_t cbHeap;330 330 /** The HC ring-3 address of the heap. */ 331 331 R3PTRTYPE(uint8_t *) pbHeapR3;
Note:
See TracChangeset
for help on using the changeset viewer.