[all-commits] [llvm/llvm-project] b8aa9b: tsan: include internal allocator info in mem profile

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Wed Sep 22 01:17:15 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b8aa9b0c37f4914cdd68aef5cf32fb411d2674c0
      https://github.com/llvm/llvm-project/commit/b8aa9b0c37f4914cdd68aef5cf32fb411d2674c0
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-09-22 (Wed, 22 Sep 2021)

  Changed paths:
    M compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp

  Log Message:
  -----------
  tsan: include internal allocator info in mem profile

We allocate things from the internal allocator,
it's useful to know how much it consumes.

Depends on D110150.

Reviewed By: melver, vitalybuka

Differential Revision: https://reviews.llvm.org/D110151




More information about the All-commits mailing list