Subject: Re: RFC: mremap(2)
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: David Laight <david@l8s.co.uk>
List: tech-kern
Date: 07/05/2007 19:51:56
On Thu, Jul 05, 2007 at 09:46:56PM +0900, YAMAMOTO Takashi wrote:
> > I would like to add the equivalent of mremap(2) from Linux for the use
> > e.g. of malloc(3).
> > 
> > Prototype:
> > 	void *mremap(void *oldp, size_t oldsize, void *newp,
> > 		     size_t newsize, int flags)
...
> 
> before it goes in the tree, i'd like to see an actual user of the syscall.

I think there is a PR somewhere about the performance of our realloc()
being somewhat suboptimal for large items.

	David

-- 
David Laight: david@l8s.co.uk