diff options
author | Jason Evans <je@fb.com> | 2012-05-16 06:31:53 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2012-05-16 06:31:53 (GMT) |
commit | 174b70efb4942be112b1ea38db1e5c6ca7599e5d (patch) | |
tree | c6f6f4c5563e265794175881f465f7513128d389 /ChangeLog | |
parent | 781fe75e0a03f13bc1f5403acbbf87796ceea1dc (diff) | |
download | jemalloc-174b70efb4942be112b1ea38db1e5c6ca7599e5d.zip jemalloc-174b70efb4942be112b1ea38db1e5c6ca7599e5d.tar.gz jemalloc-174b70efb4942be112b1ea38db1e5c6ca7599e5d.tar.bz2 |
Disable tcache by default if running inside Valgrind.
Disable tcache by default if running inside Valgrind, in order to avoid
making unallocated objects appear reachable to Valgrind.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ found in the git revision history: - Auto-detect whether running inside Valgrind, thus removing the need to manually specify MALLOC_CONF=valgrind:true. + Incompatible changes: + - Disable tcache by default if running inside Valgrind, in order to avoid + making unallocated objects appear reachable to Valgrind. + Bug fixes: - Fix heap profiling crash if sampled object is freed via realloc(p, 0). |