mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
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:
parent
3a9ec67626
commit
7790a0ba40
2 changed files with 16 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue