diff options
author | Jason Evans <je@fb.com> | 2012-05-15 21:48:14 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2012-05-15 21:48:14 (GMT) |
commit | 781fe75e0a03f13bc1f5403acbbf87796ceea1dc (patch) | |
tree | 7770a9c45a5769f29dbe000b5b8a5ac69d8a3716 /ChangeLog | |
parent | 3860eac17023933180ef5dfb5bd24077cda57dfe (diff) | |
download | jemalloc-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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). |