[all-commits] [llvm/llvm-project] c8bf93: [scudo] Remove RSS checking code.

Christopher Ferris via All-commits all-commits at lists.llvm.org
Wed Aug 30 12:35:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c8bf93dba0a28ee5e5f2c4c1e31786905fedb5be
      https://github.com/llvm/llvm-project/commit/c8bf93dba0a28ee5e5f2c4c1e31786905fedb5be
  Author: Christopher Ferris <cferris at google.com>
  Date:   2023-08-30 (Wed, 30 Aug 2023)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/combined.h
    M compiler-rt/lib/scudo/standalone/common.cpp
    M compiler-rt/lib/scudo/standalone/common.h
    M compiler-rt/lib/scudo/standalone/flags.inc
    M compiler-rt/lib/scudo/standalone/linux.cpp
    M compiler-rt/lib/scudo/standalone/report.cpp
    R compiler-rt/lib/scudo/standalone/rss_limit_checker.cpp
    R compiler-rt/lib/scudo/standalone/rss_limit_checker.h
    M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/common_test.cpp

  Log Message:
  -----------
  [scudo] Remove RSS checking code.

The RSS code is not very useful and can be replicated by using
ulimit. Remove it and remove the options associated with it.

Reviewed By: Chia-hungDuan

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




More information about the All-commits mailing list