Fix chunk accounting related to triggering gdump profiles.

Fix in place huge reallocation to update the chunk counters that are
used for triggering gdump profiles.
This commit is contained in:
Jason Evans
2016-05-11 00:52:59 -07:00
parent 3a9ec67626
commit 7790a0ba40
2 changed files with 16 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ brevity. Much more detail can be found in the git revision history:
to avoid unfortunate interactions during fork(2). (@jasone)
Bug fixes:
- Fix chunk accounting related to triggering gdump profiles. (@jasone)
- Link against librt for clock_gettime(2) if glibc < 2.17. (@jasone)
- Scale leak report summary according to sampling probability. (@jasone)