- Timestamp:
- Dec 22, 2008 2:56:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/memobj.h
r14824 r15717 151 151 * 152 152 * @remark RTR0MemGetAddressR3() and RTR0MemGetAddress() will return the rounded down address. 153 * @remark On Linux, this should never be used on heap memory, as pages locked down in this 154 * way will be missing from the child's virtual address space after a fork() call. This 155 * is currently irreversible, and applies even if the fork takes place after the virtual 156 * memory has been unlocked again. 153 157 */ 154 158 RTR0DECL(int) RTR0MemObjLockUser(PRTR0MEMOBJ pMemObj, RTR3PTR R3Ptr, size_t cb, RTR0PROCESS R0Process);
Note:
See TracChangeset
for help on using the changeset viewer.