[all-commits] [llvm/llvm-project] ac2bc4: tsan: remove mallopt calls

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Tue Aug 3 07:18:21 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ac2bc4e0fc4c0c9d4903b49b445451d5d42356db
      https://github.com/llvm/llvm-project/commit/ac2bc4e0fc4c0c9d4903b49b445451d5d42356db
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-08-03 (Tue, 03 Aug 2021)

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

  Log Message:
  -----------
  tsan: remove mallopt calls

mallopt calls are left-over from the times we used
__libc_malloc/__libc_free for internal allocations.
Now we have own internal allocator, so this is not needed.

Reviewed By: melver

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




More information about the All-commits mailing list