mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-06 02:16:14 +03:00
Fix Valgrind integration.
Fix Valgrind integration to annotate all internally allocated memory in a way that keeps Valgrind happy about internal data structure access.
This commit is contained in:
parent
a7a28c334e
commit
06912756cc
9 changed files with 44 additions and 32 deletions
|
|
@ -25,6 +25,8 @@ found in the git revision history:
|
|||
array.
|
||||
+ Reallocation failure for internal reallocation of the quarantined object
|
||||
array (very unlikely) resulted in memory corruption.
|
||||
- Fix Valgrind integration to annotate all internally allocated memory in a
|
||||
way that keeps Valgrind happy about internal data structure access.
|
||||
|
||||
* 3.3.0 (January 23, 2013)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue