[all-commits] [llvm/llvm-project] cad961: [NFC][Asan] Remove from_memalign and rz_log

Vitaly Buka via All-commits all-commits at lists.llvm.org
Mon Sep 14 23:55:16 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cad961bb24d3b1ec63571e8cac6aa8b16245f95b
      https://github.com/llvm/llvm-project/commit/cad961bb24d3b1ec63571e8cac6aa8b16245f95b
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2020-09-14 (Mon, 14 Sep 2020)

  Changed paths:
    M compiler-rt/lib/asan/asan_allocator.cpp

  Log Message:
  -----------
  [NFC][Asan] Remove from_memalign and rz_log

Before D87643 they where used to optimize UsedSize(). Which was
called frequently from leak scanner.
It was also used for calls from QuarantineCallback
but we have heavy get_allocator().Deallocate call there anyway.

Depends on D87643.

Reviewed By: morehouse

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




More information about the All-commits mailing list