summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-05-01 19:31:12 (GMT)
committerJason Evans <jasone@canonware.com>2015-05-01 19:31:12 (GMT)
commit7041720ac208fa2f7f65e40d8133d4b291516847 (patch)
treef22e0f2037b9e27b902764a978e3cd6bc887ad93 /ChangeLog
parent8e33c21d2d03ee7f540e32c3d75b10c128eaea57 (diff)
downloadjemalloc-7041720ac208fa2f7f65e40d8133d4b291516847.zip
jemalloc-7041720ac208fa2f7f65e40d8133d4b291516847.tar.gz
jemalloc-7041720ac208fa2f7f65e40d8133d4b291516847.tar.bz2
Rename pprof to jeprof.
This rename avoids installation collisions with the upstream gperftools. Additionally, jemalloc's per thread heap profile functionality introduced an incompatible file format, so it's now worthwhile to clearly distinguish jemalloc's version of this script from the upstream version. This resolves #229.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f79cac..33139f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -117,8 +117,9 @@ found in the git revision history:
- Assure that the constness of malloc_usable_size()'s return type matches that
of the system implementation.
- Change the heap profile dump format to support per thread heap profiling,
- and enhance pprof with the --thread=<n> option. As a result, the bundled
- pprof must now be used rather than the upstream (gperftools) pprof.
+ rename pprof to jeprof, and enhance it with the --thread=<n> option. As a
+ result, the bundled jeprof must now be used rather than the upstream
+ (gperftools) pprof.
- Disable "opt.prof_final" by default, in order to avoid atexit(3), which can
internally deadlock on some platforms.
- Change the "arenas.nlruns" mallctl type from size_t to unsigned.