> Date: Wed, 6 Apr 2011 14:15:50 +0200
> From: Ariane van der Steldt
>
> On Wed, Apr 06, 2011 at 10:31:14AM +0200, Mark Kettenis wrote:
> > > Date: Tue, 5 Apr 2011 18:42:47 +0200
> > > From: Ariane van der Steldt
> > > So it turns out that my allocator is not capable of handling the
> > > pmap_
On Wed, Apr 06, 2011 at 10:31:14AM +0200, Mark Kettenis wrote:
> > Date: Tue, 5 Apr 2011 18:42:47 +0200
> > From: Ariane van der Steldt
> > So it turns out that my allocator is not capable of handling the pmap_prefer
> > horror. This diff exports the actual parameters of pmap_prefer, so I can
> >
On Tue, Apr 05, 2011 at 06:42:47PM +0200, Ariane van der Steldt wrote:
> Hi,
>
> So it turns out that my allocator is not capable of handling the pmap_prefer
> horror. This diff exports the actual parameters of pmap_prefer, so I can
> make the allocator deal with this intelligently.
>
> I need co
> Date: Tue, 5 Apr 2011 18:42:47 +0200
> From: Ariane van der Steldt
>
> Hi,
>
> So it turns out that my allocator is not capable of handling the pmap_prefer
> horror. This diff exports the actual parameters of pmap_prefer, so I can
> make the allocator deal with this intelligently.
>
> I need
Hi,
So it turns out that my allocator is not capable of handling the pmap_prefer
horror. This diff exports the actual parameters of pmap_prefer, so I can
make the allocator deal with this intelligently.
I need compile tests on:
- arm
- hppa
- hppa64
- m68k
- mips64
- sh
- sparc
- sparc64
Since th