Re: memmove syscall

From: Jamie Lokier
Date: Fri Feb 06 2004 - 20:29:07 EST


Nikolay Igotti wrote:
> mremap expands (or shrinks) an existing memory mapping,
> potentially
> moving it at the same time (controlled by the flags argument
> and the
> available virtual address space).
>
>
> And this syscall can be only used for realloc() kind of stuff, as you're
> not allowed to change
> virtual address of some page to desired value,

Have you looked at the MREMAP_FIXED flag?

-- Jamie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/