History log of /freebsd-current/contrib/jemalloc/FREEBSD-upgrade
Revision Date Author Comments
# 1a78ec89 30-Jun-2017 Jason Evans <jasone@FreeBSD.org>

Default the abort_conf malloc option to false.

This avoids troublesome backward compatibility issues.


# b7eaed25 15-Jun-2017 Jason Evans <jasone@FreeBSD.org>

Update jemalloc to 5.0.0.


# c13244b9 18-Aug-2015 Jason Evans <jasone@FreeBSD.org>

Fix minor malloc regressions.

- Use _Bool rather than bool to resolve missing type errors in malloc_np.h.
- Fix malloc manual page #include documentation.
- Add *allocm manual pages to obsolete files.

Submitted by: jbeich


# 8d13fecf 18-Aug-2015 Jason Evans <jasone@FreeBSD.org>

Add jemalloc support for 8 KiB, 16 KiB, and 64 KiB pages.


# d0e79aa3 17-Aug-2015 Jason Evans <jasone@FreeBSD.org>

Update jemalloc to version 4.0.0.


# f921d10f 22-Jan-2014 Jason Evans <jasone@FreeBSD.org>

Update jemalloc to version 3.5.0.


# 2b06b201 20-Oct-2013 Jason Evans <jasone@FreeBSD.org>

Update jemalloc to version 3.4.1.


# 70fabd84 23-Jan-2013 Jason Evans <jasone@FreeBSD.org>

Update list of ports required for importing jemalloc.


# 8ed34ab0 21-Apr-2012 Jason Evans <jasone@FreeBSD.org>

Import jemalloc 606f1fdc3cdbc700717133ca56685313caea24bb (dev branch,
prior to 3.0.0 release), and mangle internal symbols.


# a4bd5210 17-Apr-2012 Jason Evans <jasone@FreeBSD.org>

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.