mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-09 23:37:19 +03:00
Auto-detect whether running inside Valgrind.
Auto-detect whether running inside Valgrind, thus removing the need to manually specify MALLOC_CONF=valgrind:true.
This commit is contained in:
parent
3860eac170
commit
781fe75e0a
4 changed files with 31 additions and 30 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).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue