History log of /freebsd-14.2/contrib/jemalloc/src/bitmap.c (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0, release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0
# b7eaed25 15-Jun-2017 Jason Evans <[email protected]>

Update jemalloc to 5.0.0.


Revision tags: release/11.0.1, release/11.0.0
# 1f0a49e8 13-May-2016 Jason Evans <[email protected]>

Update jemalloc to 4.2.0.


Revision tags: release/10.3.0
# df0d881d 29-Feb-2016 Jason Evans <[email protected]>

Update jemalloc to 4.1.0.

Add missing Symbol.map entry for __aligned_alloc.

Add weak-->strong symbol binding for
{malloc_stats_print,mallctl,mallctlnametomib,mallctlbymib} -->
{__malloc_stats_print

Update jemalloc to 4.1.0.

Add missing Symbol.map entry for __aligned_alloc.

Add weak-->strong symbol binding for
{malloc_stats_print,mallctl,mallctlnametomib,mallctlbymib} -->
{__malloc_stats_print,__mallctl,__mallctlnametomib,__mallctlbymib}. These
bindings complete the set necessary to allow applications to replace all
malloc-related symbols.

show more ...


# d0e79aa3 18-Aug-2015 Jason Evans <[email protected]>

Update jemalloc to version 4.0.0.


Revision tags: release/10.2.0, release/10.1.0, release/9.3.0
# f921d10f 23-Jan-2014 Jason Evans <[email protected]>

Update jemalloc to version 3.5.0.


Revision tags: release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0
# a4bd5210 17-Apr-2012 Jason Evans <[email protected]>

Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,
prior to 3.0.0 release) as contrib/jemalloc, and integrate it into libc.
The code being imported by this commit diverged from
lib

Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,
prior to 3.0.0 release) as contrib/jemalloc, and integrate it into libc.
The code being imported by this commit diverged from
lib/libc/stdlib/malloc.c in March 2010, which means that a portion of
the jemalloc 1.0.0 ChangeLog entries are relevant, as are the entries
for all subsequent releases.

show more ...