[all-commits] [llvm/llvm-project] ba0ec6: Add Soft/Hard RSS Limits to Scudo Standalone
Bastian Kersting via All-commits
all-commits at lists.llvm.org
Thu Dec 22 19:45:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ba0ec6f15f55e871f210eb7e26e2a97688999595
https://github.com/llvm/llvm-project/commit/ba0ec6f15f55e871f210eb7e26e2a97688999595
Author: Bastian Kersting <bkersting at google.com>
Date: 2022-12-22 (Thu, 22 Dec 2022)
Changed paths:
M compiler-rt/lib/scudo/standalone/CMakeLists.txt
M compiler-rt/lib/scudo/standalone/combined.h
M compiler-rt/lib/scudo/standalone/flags.inc
M compiler-rt/lib/scudo/standalone/report.cpp
M compiler-rt/lib/scudo/standalone/report.h
A compiler-rt/lib/scudo/standalone/rss_limit_checker.cpp
A compiler-rt/lib/scudo/standalone/rss_limit_checker.h
M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
Log Message:
-----------
Add Soft/Hard RSS Limits to Scudo Standalone
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D126752
More information about the All-commits
mailing list