tcmalloc's debugging mode hardcodes /tmp/google.alloc as the trace file. This
is not optimal when multiple developers are working on the same machine.
This patch adds the possibility to specify the trace file in the
TCMALLOC_TRACE_FILE environment variable. Should the open fail, the tracing is
disabled instead of falling back to stderr.
Original issue reported on code.google.com by paolo.bo...@gmail.com on 22 Jun 2015 at 5:01
Original issue reported on code.google.com by
paolo.bo...@gmail.com
on 22 Jun 2015 at 5:01Attachments: