summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2012-05-15 21:48:14 (GMT)
committerJason Evans <je@fb.com>2012-05-15 21:48:14 (GMT)
commit781fe75e0a03f13bc1f5403acbbf87796ceea1dc (patch)
tree7770a9c45a5769f29dbe000b5b8a5ac69d8a3716 /ChangeLog
parent3860eac17023933180ef5dfb5bd24077cda57dfe (diff)
downloadjemalloc-781fe75e0a03f13bc1f5403acbbf87796ceea1dc.zip
jemalloc-781fe75e0a03f13bc1f5403acbbf87796ceea1dc.tar.gz
jemalloc-781fe75e0a03f13bc1f5403acbbf87796ceea1dc.tar.bz2
Auto-detect whether running inside Valgrind.
Auto-detect whether running inside Valgrind, thus removing the need to manually specify MALLOC_CONF=valgrind:true.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 829482f..c886505 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,10 @@ found in the git revision history:
* 3.x.x (XXX not yet released)
+ New features:
+ - Auto-detect whether running inside Valgrind, thus removing the need to
+ manually specify MALLOC_CONF=valgrind:true.
+
Bug fixes:
- Fix heap profiling crash if sampled object is freed via realloc(p, 0).