Changeset 58171 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Oct 12, 2015 9:30:58 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
r57358 r58171 756 756 * Worker for rtR0MemObjLinuxAllocPhysSub that tries one allocation strategy. 757 757 * 758 * @returns IPRT status .758 * @returns IPRT status code. 759 759 * @param ppMemLnx Where to 760 760 * @param enmType The object type. … … 808 808 * Worker for rtR0MemObjNativeAllocPhys and rtR0MemObjNativeAllocPhysNC. 809 809 * 810 * @returns IPRT status .810 * @returns IPRT status code. 811 811 * @param ppMem Where to store the memory object pointer on success. 812 812 * @param enmType The object type.
Note:
See TracChangeset
for help on using the changeset viewer.