Re: restoring old jemalloc patches

2019-07-13 Thread coypu
I have patches against upstream jemalloc here: https://github.com/coypoop/jemalloc

Re: restoring old jemalloc patches

2019-07-11 Thread coypu
On Thu, Jul 11, 2019 at 10:30:52PM +, co...@sdf.org wrote: > hi folks, while skimming jemalloc, noticed a comment about our old code > being better. * Ideally, there would be a way to specify alignment to mmap() (like * NetBSD has), but in the absence of such a feature, we ha

restoring old jemalloc patches

2019-07-11 Thread coypu
hi folks, while skimming jemalloc, noticed a comment about our old code being better. there's a while loop trying to get aligned allocations, so it probably does matter (pages_map_slow). Any good benchmarks to use? Bring in code from old jemalloc customized for netbsd. There's a loop calling os_p