Changeset 26847 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Feb 26, 2010 1:19:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/memobj.h
r26433 r26847 354 354 355 355 /** 356 * Allocates contiguous page aligned physical memory without (necessarily) any kernel mapping. 356 * Allocates contiguous page aligned physical memory without (necessarily) any 357 * kernel mapping. 357 358 * 358 359 * @returns IPRT status code. … … 362 363 * NIL_RTHCPHYS if any address is acceptable. 363 364 * @param uAlignment The alignment of the reserved memory. 364 * Supported values are 0 (alias for PAGE_SIZE),PAGE_SIZE, _2M, _4M and _1G.365 * Supported values are PAGE_SIZE, _2M, _4M and _1G. 365 366 */ 366 367 int rtR0MemObjNativeAllocPhys(PPRTR0MEMOBJINTERNAL ppMem, size_t cb, RTHCPHYS PhysHighest, size_t uAlignment);
Note:
See TracChangeset
for help on using the changeset viewer.