Changeset 33540 in vbox for trunk/src/VBox/Runtime/include/internal/memobj.h
- Timestamp:
- Oct 28, 2010 9:27:05 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/memobj.h
r29027 r33540 358 358 * @param ppMem Where to store the ring-0 memory object handle. 359 359 * @param cb Number of bytes to allocate, page aligned. 360 * @param PhysHighest The highest permit table address (inclusive).360 * @param PhysHighest The highest permitable address (inclusive). 361 361 * NIL_RTHCPHYS if any address is acceptable. 362 362 * @param uAlignment The alignment of the reserved memory. … … 373 373 * @param ppMem Where to store the ring-0 memory object handle. 374 374 * @param cb Number of bytes to allocate, page aligned. 375 * @param PhysHighest The highest permit table address (inclusive).375 * @param PhysHighest The highest permitable address (inclusive). 376 376 * NIL_RTHCPHYS if any address is acceptable. 377 377 */
Note:
See TracChangeset
for help on using the changeset viewer.