Changeset 4218 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Aug 18, 2007 11:42:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/memobj.h
r4159 r4218 320 320 * 321 321 * @returns IPRT status code. 322 * @retval VERR_NOT_SUPPORTED if it's not possible to allocated unmapped 323 * physical memory on this platform. 322 324 * @param ppMem Where to store the ring-0 memory object handle. 323 325 * @param cb Number of bytes to allocate, page aligned. … … 341 343 * 342 344 * @returns IPRT status code. 345 * Return VERR_NOT_SUPPORTED to indicate that the user should employ fallback strategies. 343 346 * @param ppMem Where to store the ring-0 memory object handle. 344 347 * @param pvFixed Requested address. (void *)-1 means any address. This matches uAlignment if specified.
Note:
See TracChangeset
for help on using the changeset viewer.