On Tue, Aug 18, 2015 at 02:28:25PM -0700, Jason Evans wrote:
> On Aug 18, 2015, at 2:17 PM, Jilles Tjoelker wrote:
> > On Tue, Aug 18, 2015 at 09:49:44PM +0200, Jan Beich wrote:
> >> Jason Evans writes:
> > + - Remove the *allocm() API, which is superseded by the *allocx() API.
> Symbol
On Aug 18, 2015, at 12:49 PM, Jan Beich wrote:
> [various fixes]
Committed as r286911.
Thanks,
Jason
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubs
On Aug 18, 2015, at 2:17 PM, Jilles Tjoelker wrote:
> On Tue, Aug 18, 2015 at 09:49:44PM +0200, Jan Beich wrote:
>> Jason Evans writes:
> Index: include/malloc_np.h
>> [...]
> +typedef void *(chunk_alloc_t)(void *, size_t, size_t, bool *, bool *,
> unsigned);
> +typedef bool (chu
On Tue, Aug 18, 2015 at 09:49:44PM +0200, Jan Beich wrote:
> Jason Evans writes:
> >>> Index: include/malloc_np.h
> [...]
> >>> +typedef void *(chunk_alloc_t)(void *, size_t, size_t, bool *, bool *,
> >>> unsigned);
> >>> +typedef bool (chunk_dalloc_t)(void *, size_t, bool, unsigned);
> malloc_
Jason Evans writes:
>>> Index: include/malloc_np.h
[...]
>>> +typedef void *(chunk_alloc_t)(void *, size_t, size_t, bool *, bool *,
>>> unsigned);
>>> +typedef bool (chunk_dalloc_t)(void *, size_t, bool, unsigned);
malloc_np.h changes regressing consumers isn't surprising given the lack
of test
On Aug 17, 2015, at 9:35 PM, Jan Beich wrote:
> Jason Evans writes:
>
>> Author: jasone
>> Date: Tue Aug 18 00:21:25 2015
>> New Revision: 286866
>> URL: https://svnweb.freebsd.org/changeset/base/286866
>>
>> Log:
>> Update jemalloc to version 4.0.0.
>
> Can you bump __FreeBSD_version for non
On Aug 17, 2015, at 6:16 PM, NGie Cooper wrote:
> On Mon, Aug 17, 2015 at 5:21 PM, Jason Evans wrote:
>> Author: jasone
>> Date: Tue Aug 18 00:21:25 2015
>> New Revision: 286866
>> URL: https://svnweb.freebsd.org/changeset/base/286866
>>
>> Log:
>> Update jemalloc to version 4.0.0.
>
> Relnote
Jason Evans writes:
> Author: jasone
> Date: Tue Aug 18 00:21:25 2015
> New Revision: 286866
> URL: https://svnweb.freebsd.org/changeset/base/286866
>
> Log:
> Update jemalloc to version 4.0.0.
Can you bump __FreeBSD_version for non-standard API changes? Some ports
like www/firefox may want to
On Mon, Aug 17, 2015 at 5:21 PM, Jason Evans wrote:
> Author: jasone
> Date: Tue Aug 18 00:21:25 2015
> New Revision: 286866
> URL: https://svnweb.freebsd.org/changeset/base/286866
>
> Log:
> Update jemalloc to version 4.0.0.
Relnotes: yes!
Also, is there a summary of the changes that can be p
Author: jasone
Date: Tue Aug 18 00:21:25 2015
New Revision: 286866
URL: https://svnweb.freebsd.org/changeset/base/286866
Log:
Update jemalloc to version 4.0.0.
Added:
head/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_decls.h
(contents, props changed)
head/contrib/jemalloc
10 matches
Mail list logo