NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: jemalloc SEGV problem
Hi,
Yes in understand i have not changed any arch specific macros.
I have one small question
In my system the pagesize is 4K so the change to the macro
#define CHUNK_2POW_DEFAULT 20 <---- As in Original jemalloc.c
to
#define CHUNK_2POW_DEFAULT 12 <---- As in my environment
is relevant?
Do you any comments on it??
Thanks in Advance,
Channa
2008/11/13 Christos Zoulas <christos%zoulas.com@localhost>:
> On Nov 13, 11:02am, channa.kad%gmail.com@localhost (Channa) wrote:
> -- Subject: Re: jemalloc SEGV problem
>
> | Hi,
> | Ok i understand.
> | These macros i have retained as they are in the original NetBSD
> implementation.
> | I haven not changed anything.
> |
> | Please let me know if i need to add any changes which are ARCH specific.
> |
>
> I don't think you need to make any changes if your mips arch is the same
> as ours.
>
> chrisos
>
Home |
Main Index |
Thread Index |
Old Index