From 9a7297e1453e22ee4ac8305bcec08d3de3405231 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Fri, 30 Nov 2018 01:10:16 +0100 Subject: [PATCH] News for #29969 (add pid to mallog log file). --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index d5747ca3425c3..0a049ec04809c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -62,6 +62,8 @@ Standard library changes * `Base.tail` now works on named tuples ([#29595]). * `randperm` and `randcycle` now use the type of their argument to determine the element type of the returned array ([#29670]). + * The process id is appended to malloc log files in order to track memory allocations of + multiple processes ([#29969]). Compiler/Runtime improvements -----------------------------